Update a table
PATCH/api/v2/Dataset/:id/table/:tableId
Update a table
Request
Path Parameters
id uuidrequired
The unique identifier of the dataset to update.
tableId uuidrequired
The unique identifier of the table to be updated.
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
- multipart/form-data
Body
TableDisplayName string
Possible values: <= 64 characters
Display name for the table. Maximum 64 characters.
TableDescription string
Possible values: <= 4000 characters
Detailed description of the table. Maximum 4000 characters.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Dataset updated successfully.
If the request is invalid.
The user is unauthorized or the session expired
The user does not have permission
If the dataset was not found.
There was an unexpected error
Loading...