Put data into JSON bin.
POST/storage/json/put
Replaces the data in the JSON bin with the new data.
Request
Header Parameters
ipaas string
- application/json
Bodyrequired
jsonrequired
The JSON data to put into the bin.
binIdstringrequired
The ID of the JSON bin that will be modified.
Responses
- 200
- 400
Success
- application/json
- Schema
- Example (auto)
Schema
binIdstringrequired
The ID of the JSON bin that was modified.
{
"binId": "string"
}
Bad Request
- application/json
- Schema
- Example (auto)
Schema
statusnumber
errorMessagestring
{
"status": 0,
"errorMessage": "string"
}