Sync Skill Collection
POST /api/v3/organizations/{organisation}/ai/skills/collections/{namespace}/sync
POST
/api/v3/organizations/{organisation}/ai/skills/collections/{namespace}/sync
Re-syncs all skills in a namespace from their GitHub source. Detects new * skills added to the repository and flags skills removed from the source. Does NOT auto-delete removed skills.
Authorizations
Parameters
Path Parameters
organisation
required
string
The organisation ID
namespace
required
string
Collection namespace
Responses
200
Collection synced successfully
object
namespace
string
synced
integer
created
integer
failed
integer
removedFromSource
Array<string>
skills
Array<object>
object
400
Invalid request
403
Access denied
404
Collection not found
500
Failed to sync collection
502
GitHub API error