Publish a formula
Publishes formula for the specified formula ID.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
formulaIdstringRequiredExample:
Formula Identifier
000000000000000000000001Responses
200
Successful operation.
application/json
401
Unauthorized.
No content
403
Forbidden.
500
Internal server error.
application/json
put/formulas/{formulaId}/publish
PUT /api/v1/formulas/{formulaId}/publish HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
PreviousLoads (import) a file and return its preview
NextRetrieve all the data from the documents that are needed to display the formulas
Last updated
Was this helpful?