Manifest

Project manifest operations

Get project manifest

get
/projects/{id}/manifest

Returns the manifest 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
get
/projects/{id}/manifest

No content

Upsert project manifest

put
/projects/{id}/manifest

Creates or updates the manifest 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
manifestobjectOptional
Responses
chevron-right
200

Manifest upserted successfully

application/json
put
/projects/{id}/manifest

Delete project manifest

delete
/projects/{id}/manifest

Deletes the manifest 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

Manifest deleted successfully

No content

delete
/projects/{id}/manifest

No content

Get all manifests

get
/manifests

Returns all manifests 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 manifests

application/json
get
/manifests

Get public project manifest

get
/publics/{id}/manifest

Returns the manifest for a public project

Path parameters
idstring · uuidRequired

Project UUID

Responses
get
/publics/{id}/manifest

No content

Get template manifest

get
/templates/{id}/manifest

Returns the manifest for a template project

Path parameters
idstring · uuidRequired

Project UUID

Responses
get
/templates/{id}/manifest

No content

Get pool manifest

get
/pools/{id}/manifest

Returns the manifest for a pool

Path parameters
idstring · uuidRequired
Responses
get
/pools/{id}/manifest

No content

Last updated