| Name | Description |
|---|---|
| data[type] | Resource type (pops) |
| data[id] | POP ID |
| data[attributes][name] | Name |
Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE4MiwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc3NjM2NTc0MX0.8Da5a5oLinz-s4dNKqzBaB7HXJSej2105lRcRrLnDQg 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: 3160ffac-734d-41a4-9815-9d963a412576 x-runtime: 0.010875 content-length: 124
200 OK
{
"data": {
"id": "12",
"type": "pops",
"links": {
"self": "http://example.org/api/rest/admin/pops/12"
},
"attributes": {
"name": "name"
}
}
}