Projects
Scene project management
Returns all projects for the authenticated user
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
List of projects
Unauthorized - authentication required or insufficient permissions
Returns a specific project by ID
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Project details
Unauthorized - authentication required or insufficient permissions
Resource not found
Creates a new project or updates an existing one
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Project created/updated successfully
Bad request - invalid input
Unauthorized - authentication required or insufficient permissions
Soft deletes a project
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Project deleted successfully
Unauthorized - authentication required or insufficient permissions
Resource not found
No content
Uploads media files (thumbnails, previews) for a project
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Media uploaded successfully
Unauthorized - authentication required or insufficient permissions
No content
Returns project content by hash. For preview hash, returns entity object. For CRDT hash, redirects to CRDT file.
Project UUID
Entity object (for preview hash)
Redirect to content URL
Redirect to CRDT file
Bad request - invalid input
Resource not found
Returns the CRDT file for the project
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
Redirect to CRDT file
Unauthorized - authentication required or insufficient permissions
Resource not found
No content
Uploads the CRDT file for a project
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Project UUID
CRDT uploaded successfully
Unauthorized - authentication required or insufficient permissions
Resource not found
No content
Removes creation coordinates from all projects with the given coords
Signed fetch authentication using Decentraland's ADR-44 specification. Multiple headers are used to provide the authentication chain.
Coordinates removed successfully
Unauthorized - authentication required or insufficient permissions
No content
Last updated