v2

latestOpenAPI 3.1.0Proprietary2026-07-26127193620.1 KB
Registries

Update a registry you own

Update a registry you own

patch/registries/{slug}

Request body

namestring
descriptionstring nullable
is_publicboolean
publish_policy'owner_only' | 'request' | 'open'

Who may publish into a registry. owner_only: only the registry owner. request: anyone may request and the owner approves. open: anyone may publish and it lists immediately (no approval step).

Response

Registry updated

successtrue required