update metadata
Developing
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Body Params application/json
{
"cover_url": "string",
"readme": "string",
"title": "string"
}
Request samples
curl --location --request PATCH '/games//metadata' \
--header 'Content-Type: application/json' \
--data-raw '{
"cover_url": "string",
"readme": "string",
"title": "string"
}'
Responses
application/json Modified at 2023-12-20 17:07:02