post https://us-central1-readysandbox.cloudfunctions.net/gamePass-add
Add a new game pass
Log in to see full request history
Responses
400Invalid argument error for invalid input values.
409Conflict error indicating the game pass already exists.
Add a new game pass
400Invalid argument error for invalid input values.
409Conflict error indicating the game pass already exists.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/gamePass-add \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
17{
"id": "string",
"appIds": [
"string"
],
"requestName": "string",
"name": "string",
"description": "string",
"setBy": "string",
"linkedVirtualItems": [
"string"
],
"createdAt": 0,
"updatedAt": 0,
"createdBy": "string",
"updatedBy": "string"
}