post https://us-central1-readysandbox.cloudfunctions.net/virtualItemsV2-add
Adds a new virtual item to the database attached to the specified application ID.
Log in to see full request history
Responses
400Bad request
Adds a new virtual item to the database attached to the specified application ID.
400Bad request
xxxxxxxxxx
12curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/virtualItemsV2-add \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"virtualItem": {
"hidden": false,
"tradable": true
}
}
'
xxxxxxxxxx
60}
{
"virtualItem": {
"id": "string",
"name": "string",
"description": "string",
"requestName": "string",
"image": {
"source": "string",
"large": "string",
"medium": "string",
"small": "string"
},
"isStackable": true,
"isNFT": true,
"appIds": [
"string"
],
"tags": [
"string"
],
"childs": [
"string"
],
"properties": [
{