Update one or more domain data.
PUT/api/v1/domains/:domainID/data
Update one or more domain data.
Content should be the actual data in binary, audio is not supported.
Content-Disposition parameter name will be used as domain data id if id is not valid, id parameter should contain the data ID.
To update multiple domain data, send each data item in a separate part of the multipart request.
Example:
--BOUNDARY
Content-Type: application/octet-stream
Content-Disposition: form-data; name="fallback id"; id="data id";
(Content of actual data)
--BOUNDARY—
This endpoint returns 404 if any of the data IDs are not found in the given domain.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error