Updates skill sharing.

Replaces the sharing configuration for a manageable, user-owned skill. <Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

skillIdstringRequiredformat: "uuid"
The skill ID.

Request

The replacement sharing configuration.
workspaceAccessLevelenum or nullOptional

The workspace-wide access level.

contributorslist of objects or nullOptional
The direct user access grants.
teamslist of objects or nullOptional
The team access grants.

Response

OK
workspaceAccessLevelenum or nullOptional

The workspace-wide access level.

contributorslist of objects or nullOptional
The direct user access grants.
teamslist of objects or nullOptional
The team access grants.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error