Routing RoutingTag API

create new entry

POST /api/rest/admin/routing-tags

Parameters

Name Description
data[type] Resource type (routing-tags)
data[attributes][name] Name

Request

Headers

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: 

Route

POST /api/rest/admin/routing-tags

Body

{"data":{"type":"routing-tags","attributes":{"name":"name"}}}

Response

Headers

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

Status

201 Created

Body

{
  "data": {
    "id": "28",
    "type": "routing-tags",
    "links": {
      "self": "http://example.org/api/rest/admin/routing-tags/28"
    },
    "attributes": {
      "name": "name"
    }
  }
}