| 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.eyJzdWIiOjE4MywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc4MTI3OTQwMn0.fRuvlc9c7E1RRsagIgZEBCDoCaACEy7XbiuRCNmCDGk 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: 49bfa97b-04f3-47e7-b6b3-15e25a4a2b14 x-runtime: 0.011466 content-length: 124
200 OK
{
"data": {
"id": "12",
"type": "pops",
"links": {
"self": "http://example.org/api/rest/admin/pops/12"
},
"attributes": {
"name": "name"
}
}
}