POST https://qa-api.bentley.com/imodels/{id}/changesets/{changeset}/extendeddata
Adds application specific data to the specified Changeset.
Extended data is an application specific data associated to the Changeset. This data is not interpreted by the service. Extended data must be a valid json object encoded as base64 string.
Extended data can only be set once by the principal who created the Changeset. Maximum supported data field size is 204800 bytes (200 KiB).
User must have imodels_write permission assigned at the iModel level. If iModel Role permissions at the iModel level are configured, then user must additionally have at least imodels_webview permission assigned at the iTwin level. If permissions at the iModel level are not configured, then user must have imodels_write permission assigned at the iTwin level.
Alternatively the user should be an Organization Administrator for the Organization that owns a given iTwin the iModel belongs to.
For more information please refer to Account Administrator documentation section on Access Control API documentation page.
This response indicates that request lacks valid authentication credentials. Access token might not been provided, issued by the wrong issuer, does not have required scopes or request headers were malformed.
json
HeaderNotFound
{"error":{"code":"HeaderNotFound","message":"Header Authorization was not found in the request. Access denied."}}
The 422 (Unprocessable Entity) status code indicates that the request cannot be processed by the server due to a client error (e.g. malformed request syntax)
json
InvalidiModelsRequest
{"error":{"code":"InvalidiModelsRequest","message":"Cannot create Changeset Extended Data.","details":[{"code":"InvalidValue","message":"Provided 'data' value is not valid. 'data' must be a valid base64 encoded json.","target":"data"},{"code":"MissingRequiredProperty","message":"Required property is missing.","target":"data"}]}}
Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.