Name | Description |
---|---|
data[type] | Resource type (routing-tags) |
data[attributes][name] | Name |
Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjIwNCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzA0MH0.z4TGUHcapWE0CvXKc6dIXh-esdfuh0W_UV2uiRaHQF0 Host: example.org Cookie:
POST /api/rest/admin/routing-tags
{"data":{"type":"routing-tags","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/"6742258a2a82b582ee04f9e495455694" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: f556a2c8-299f-4daf-9d49-621f35d3e6c7 X-Runtime: 0.017325 Content-Length: 140
201 Created
{ "data": { "id": "28", "type": "routing-tags", "links": { "self": "http://example.org/api/rest/admin/routing-tags/28" }, "attributes": { "name": "name" } } }