Name | Description |
---|---|
data[type] | Resource type (pops) |
data[id] | POP ID |
data[attributes][name] | Name |
Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE2OSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzOH0.e_CIjYarPYryyXqZgZzuGaDEYvfi2L3kSF86G9MZPFQ Host: example.org Cookie:
PUT /api/rest/admin/pops/12
{"data":{"type":"pops","id":12,"attributes":{"name":"name"}}}
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 X-Content-Type-Options: nosniff X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/vnd.api+json Vary: Accept ETag: W/"168bbe0d2e57383b4bed202ce85c76e3" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 1243f9b0-5b5e-4b47-a3f4-fd278f798520 X-Runtime: 0.018820 Content-Length: 124
200 OK
{ "data": { "id": "12", "type": "pops", "links": { "self": "http://example.org/api/rest/admin/pops/12" }, "attributes": { "name": "name" } } }