Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIzNywiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0Mn0.hddepj2TVeRwUZDRKXmmevunNCsjDpboANs9iLwgMgg Host: example.org Cookie:
GET /api/rest/admin/tag-actions/1
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/"22217d4639619813498af5b0af7af9e0" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: d6196458-b960-481d-887c-38f60104c85d X-Runtime: 0.007000 Content-Length: 142
200 OK
{ "data": { "id": "1", "type": "tag-actions", "links": { "self": "http://example.org/api/rest/admin/tag-actions/1" }, "attributes": { "name": "Clear tags" } } }