PATCH - Update Asset
Use this endpoint to update an asset
PATCH
https://api.readyplayer.me/v1/assets/:id
Path Parameters
Name
Type
Description
id*
string
The id of the asset you want to update.
Request Body
Name
Type
Description
data.name
string
Minimum length of 1 character
data.iconUrl
url
Must be a valid url pointing to a PNG or JPG file.
data.modelUrl
url
Must be a valid url pointing to a GLB file.
data.gender
enum(string)
Possible values: male, female
data.type
enum(string)
Possible values: outfit
Example Request Body
Example Response
Last updated
Was this helpful?