v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1496640547.5 KB

Updates the scope of a package. Scope of the package defines users who can view and associate a package.

post/2021-01-01/packages/updateScope

Request body

PackageIDstring required

ID of the package whose scope is being updated.

Operation'ADD' | 'OVERRIDE' | 'REMOVE' required

The operation to perform on the package scope (e.g., add/remove/override users).

PackageUserListPackageUser[] required

List of users to be added or removed from the package scope.

Response

Success

PackageIDstring

ID of the package whose scope was updated.

Operation'ADD' | 'OVERRIDE' | 'REMOVE'

The operation that was performed on the package scope.

PackageUserListPackageUser[]

List of users who have access to the package after the scope update.