Closes an existing Changeset Group.
Please refer to Create iModel Changeset Group operation documentation for information about the purpose of Changeset Groups.
Closing a Changeset Group means that there will be no more Changesets in the logical group, for example, synchronization process has processed all iModel changes and will not push any more Changesets. If a Changeset Group is closed, meaning its state
property value is completed
, timedOut
or forciblyClosed
, no more Changesets referencing that particular Group will be accepted. Users can only close the Changeset Group by setting completed
state value as other values are set by iModels API.
Authentication
Requires Authorization
header with valid Bearer token for scope itwin-platform
.
For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.
Authorization
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.
Rate limits
All iTwin Platform API operations have a rate limit. For more documentation on that visit Rate limits and quotas page.