/
/DOTA API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 5m ago · Updated 2mo ago
  • getGet current user's account
  • postCreate a new account
  • getList all access keys for the user
  • postCreate a new access key
  • getList all apps for the user
  • postCreate a new app
  • getGet details for a specific app
  • deleteDelete an app
  • patchUpdate app metadata
  • getList collaborators for an app
  • postAdd a collaborator
  • deleteRemove a collaborator
  • patchUpdate collaborator role
  • getList deployments for an app
  • postCreate a deployment
  • getGet deployment details
  • deleteDelete a deployment
  • patchUpdate deployment metadata
  • postRelease a new update
  • patchPatch latest release metadata
  • getGet release history
  • deleteClear release history
  • getGet deployment metrics
  • getList organizations/tenants for the user

Update deployment metadata

patch/apps/{appName}/deployments/{deploymentName}

Path parameters

appNamestring required
deploymentNamestring required

Request body

idstring
namestring
keystring
createdTimeinteger

Response

Deployment updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.