Name | Description |
---|---|
data[type] | Resource type (routing-tags) |
data[id] | Customer Auth ID |
data[attributes][name] | Name |
Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwNSwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0MH0.R230CGuIeia09lotVgKLw3_VkcbLx9oZ11e4JAiefao Host: example.org Cookie:
PUT /api/rest/admin/routing-tags/29
{"data":{"type":"routing-tags","id":29,"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/"9c8421f3712bf71a52a8acc1bb1a8670" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: ae1ed8aa-ec1a-4a0f-a805-f3aaf1c736a0 X-Runtime: 0.015418 Content-Length: 140
200 OK
{ "data": { "id": "29", "type": "routing-tags", "links": { "self": "http://example.org/api/rest/admin/routing-tags/29" }, "attributes": { "name": "name" } } }