Add a JSON bin.
POST/storage/json/add
Add a JSON bin.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
jsonrequired
The JSON data to store in the bin.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
messagestringrequired
A message describing the status.
binIdstringrequired
The ID that was assigned to this JSON bin.
{
"message": "string",
"binId": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}