NetworkTypes API

create new entry

POST /api/rest/admin/network-types

Parameters

Name Description
data[type] Resource type (network-types)
data[attributes][name] Name

Request

Headers

Version: HTTP/1.0
Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0MCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNX0.kdKKMV44xiBUxLRoD5JcwHPbC1oJNv3EPhUnB8SIChs
Host: example.org
Cookie: 

Route

POST /api/rest/admin/network-types

Body

{"data":{"type":"network-types","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/"7b8528fd1850e897742157a1b543ab1f"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 20b55311-f85f-4b63-865d-ca865bd71f9b
X-Runtime: 0.011675
Content-Length: 142

Status

201 Created

Body

{
  "data": {
    "id": "21",
    "type": "network-types",
    "links": {
      "self": "http://example.org/api/rest/admin/network-types/21"
    },
    "attributes": {
      "name": "name"
    }
  }
}