Headers
| Name |
Example |
| Authorization |
Authorization: Bearer :tokenId |
{
"type": "domains",
"data": [
{
"type": "domain",
"data": {
"id": ":domainId",
"title": "Example",
"created": "1475491394341",
"updated": "1475491394341"
}
}
]
}
Headers
| Name |
Example |
| Authorization |
Authorization: Bearer :tokenId |
| Name |
Type |
Required |
Description |
| title |
String |
true |
Title of the domain. |
Status: 201 Created
Location: /domains/:domainId
{
"type": "domain",
"data": {
"id": ":domainId",
"title": "Example",
"created": "1475491394341",
"updated": "1475491394341"
}
}
Headers
| Name |
Example |
| Authorization |
Authorization: Bearer :tokenId |
| Name |
Type |
Required |
Description |
| title |
String |
false |
Title of the domain. |
{
"type": "domain",
"data": {
"id": ":domainId",
"title": "Example",
"created": "1475491394341",
"updated": "1475491394341"
}
}
DELETE /domains/:domainId
Headers
| Name |
Example |
| Authorization |
Authorization: Bearer :tokenId |