update metadata
Developing
PATCH
/games/{id}/metadata
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.Example:
Authorization: Bearer ********************
Path Params
id
integer
required
Body Params application/json
cover_url
string
optional
readme
string
optional
title
string
optional
Example
{
"cover_url": "string",
"readme": "string",
"title": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/games//metadata' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
🟠422Unprocessable Content
Modified at 2023-12-20 17:07:02