Place sheeps on the barkleboard
Input
Encoding
application/jsongameId
string
Required
No description available.
sheeps
array
Required
No description available.
Output
Encoding
application/jsonsuccess
boolean
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"gameId",
"sheeps"
],
"properties": {
"gameId": {
"type": "string"
},
"sheeps": {
"type": "array",
"items": {
"ref": "#sheepPlacement",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"properties": {
"success": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Place sheeps on the barkleboard"
}