Redivis API
User documentation
redivis.com
Search…
Introduction
Referencing resources
Client libraries
redivis-js
redivis-python
redivis-r
REST API
General structure
Authorization
Datasets
Files
Members
Queries
Tables
Uploads
Variables
Versions
get
list
post
release
Resource definitions
Dataset
Member
Query
Table
Upload
Variable
Version
Powered By
GitBook
release
HTTP Request
POST /api/v1/datasets/:datasetReference/versions/next/release
Path parameters
Parameter
datasetReference
A qualified reference to the dataset. See
referencing resources
for more information.
This endpoint extends the
general API structure
Authorization
Edit access to the dataset is required. Your access token must have the following scope:
data.edit
Learn more about authorization.
Request body
The request body should contain the editable fields of a
version resource
.
{
// Optional attributes
"label"
:
string
,
"releaseNotes"
:
string
}
Response body
Returns a JSON representation of a
version.get resource
.
Examples
Node.js
Previous
post
Next - Resource definitions
Dataset
Last modified
2yr ago
Copy link
Outline
HTTP Request
Path parameters
Authorization
Request body
Response body
Examples