For the complete documentation index, see llms.txt. This page is also available as Markdown.

Publish a formula

Publishes formula.

put

Publishes formula for the specified formula ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
formulaIdstringRequired

Formula Identifier

Example: 000000000000000000000001
Responses
401

Unauthorized.

No content

put/formulas/{formulaId}/publish
PUT /api/v1/formulas/{formulaId}/publish HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Last updated

Was this helpful?