POST - Add Asset to Application
Note: All body parameters need to be inside a 'data' object, as shown in the example request at the bottom.
Use this endpoint to add an asset to an application
POST
https://api.readyplayer.me/v1/assets/:id/application
Path Parameters
Name
Type
Description
id*
string
The id of the asset you want to update.
Request Body
Name
Type
Description
data.applicationId*
string
The id of the application you wish to add the asset to.
data.isVisibleInEditor*
boolean
Defines if asset is visible in this application's avatar editor.
Example Request Body
Example Response
Returns a the whole updated asset in response.
Last updated
Was this helpful?