Skip to content

Modify

Modify resource

PUT https://mango.protokol.io/v2/api/resource/{name}

Header parameters

  • X-Client-Id string required
  • X-Client-Secret string required
  • X-Auth-Token string - if component requires auth
  • X-Project-Env string - dev || live

Path parameters

  • name string required - Name of the thunder

Body parameters

  • filters string
  • data string required
  • flag string required - modifyOne modifyMany modifyOrCreate

Response

 400 Bad Request 

 Content-Type: application/json 
 X-Project-Uuid: 4a9c28f9-18bd-4433-be2d-c3bbaf5355cd 

 {
  "code": 0,
  "message": "",
  "request_id": "",
  "status": false
 } 
 404 Not Found - Nothing was modified

 Content-Type: application/json 
 X-Project-Uuid: 4a9c28f9-18bd-4433-be2d-c3bbaf5355cd 

 {
  "code": 0,
  "errors": [],
  "status": false
}