apps

Publish Draft

Promote the app's draft version to live.

post/api/v1/apps/{app_id}/publish

Path parameters

app_idstring uuid required

Response

Successful Response

idstring uuid required
company_idstring uuid required
user_idstring uuid required
namestring required
descriptionstring required
statusstring required
bundle_urlstring nullable required
bundle_cssstring nullable required
bundle_importsstring[] nullable required
error_messagestring nullable required
current_version_idstring uuid nullable required
embed_inputsobject[] nullable
created_atstring date-time required
updated_atstring date-time required
is_favoriteboolean

Changes

Changed in 2 of the 12 revisions of this API.111

  • eed6fb164abd11See the full diff
    • removed the required property chat_id from the response with the 200 status

      response-required-property-removed

    • removed the optional property draft_version_id from the response with the 200 status

      response-optional-property-removed

    • added the optional property embed_inputs to the response with the 200 status

      response-optional-property-added