EditResource

PUT /maps/{mapid}/resources/{resourceid}/

For edit the resource

Path parameters

application/json

Body Required

Responses

  • 202 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 503 application/json

    Service Unavailable

    Service Unavailable

PUT /maps/{mapid}/resources/{resourceid}/
curl \
 --request PUT 'http://api.example.com/maps/{mapid}/resources/{resourceid}/' \
 --header "Content-Type: application/json" \
 --data '{"token":"string","description":"string","harvested":"string"}'
Request examples
{
  "token": "string",
  "description": "string",
  "harvested": "string"
}
Response examples (202)
{
  "message": "string"
}
Response examples (400)
string
Response examples (503)
string