Publish Tool
Tools
Publish Tool
Run the publish gates for the draft and, when they all pass, create the next immutable version. If any gate fails, returns 409 with the same PublishResult body, published set to false, and the per-gate check results.
POST
Publish Tool
Authorizations
Your SLNG consumer API key.
Path Parameters
The tool UUID. Curated tools are visible but read-only, and a tool owned by another organisation returns 404.
Response
The publish result. A new immutable version is created and the per-gate checks are reported; if a gate fails, the same body is returned with a 409 and published set to false.