Deployments

Scene deployment tracking

Get all deployments

get
/deployments

Returns all deployments for the authenticated user

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Responses
chevron-right
200

List of deployments

application/json
get
/deployments

Get project deployment

get
/projects/{id}/deployment

Returns deployment info for a project

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Path parameters
idstring · uuidRequired

Project UUID

Responses
chevron-right
200

Deployment details

application/json
get
/projects/{id}/deployment

Create or update deployment

put
/projects/{id}/deployment

Creates or updates deployment info for a project

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Path parameters
idstring · uuidRequired

Project UUID

Body
deploymentobjectOptional
Responses
chevron-right
200

Deployment updated successfully

No content

put
/projects/{id}/deployment

No content

Delete deployment

delete
/projects/{id}/deployment

Deletes deployment info for a project

Authorizations
X-Identity-Auth-Chain-*stringRequired

Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.

Path parameters
idstring · uuidRequired

Project UUID

Responses
chevron-right
200

Deployment deleted successfully

No content

delete
/projects/{id}/deployment

No content

Last updated