Name | Description |
---|---|
data[type] | Resource type (network-types) |
data[attributes][name] | Name |
Version: HTTP/1.0 Accept: application/vnd.api+json Content-Type: application/vnd.api+json Authorization: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOjE0MCwiYXVkIjpbImFkbWluIl0sImV4cCI6MTc0MDg1MzAzNX0.kdKKMV44xiBUxLRoD5JcwHPbC1oJNv3EPhUnB8SIChs Host: example.org Cookie:
POST /api/rest/admin/network-types
{"data":{"type":"network-types","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/"7b8528fd1850e897742157a1b543ab1f" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 20b55311-f85f-4b63-865d-ca865bd71f9b X-Runtime: 0.011675 Content-Length: 142
201 Created
{ "data": { "id": "21", "type": "network-types", "links": { "self": "http://example.org/api/rest/admin/network-types/21" }, "attributes": { "name": "name" } } }