Deployments
Scene deployment tracking
Returns all deployments for the authenticated user
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
List of deployments
Unauthorized - authentication required or insufficient permissions
Returns deployment info for a project
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Deployment details
Unauthorized - authentication required or insufficient permissions
Resource not found
Creates or updates deployment info for a project
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Deployment updated successfully
No content
Bad request - invalid input
Unauthorized - authentication required or insufficient permissions
Resource not found
No content
Deletes deployment info for a project
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Deployment deleted successfully
No content
Unauthorized - authentication required or insufficient permissions
Resource not found
No content
Last updated