| Name | Description |
|---|---|
| data[type] | Resource type (routeset-discriminators) |
| data[id] | Routing group ID |
| data[attributes][name] | Name |
Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE4OCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc2NzM1ODU3MH0.bfiQo-NFqZqnIhe1zTB4cbKYBKXpHfVIlVY7mjINagM Host: example.org Cookie:
PUT /api/rest/admin/routeset-discriminators/17
{"data":{"type":"routeset-discriminators","id":17,"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/"7458abf5972b38c572b64f9ff4d1ac60" cache-control: max-age=0, private, must-revalidate x-request-id: 761e62cd-c0ac-4122-96b2-308c0b9b4122 x-runtime: 0.011912 content-length: 162
200 OK
{
"data": {
"id": "17",
"type": "routeset-discriminators",
"links": {
"self": "http://example.org/api/rest/admin/routeset-discriminators/17"
},
"attributes": {
"name": "name"
}
}
}