Skip to content

Instantly share code, notes, and snippets.

@dtolb
Created November 20, 2015 21:16
Show Gist options
  • Save dtolb/0ba809d6529e44dd0f93 to your computer and use it in GitHub Desktop.
Save dtolb/0ba809d6529e44dd0f93 to your computer and use it in GitHub Desktop.
POST Sip
POST /v1/users/{user-id}/domains
{
"name": "xyz-corp-testing",
"description": "Testing Demo Domain"
}
HTTP/1.1 201 Created
Location: /v1/users/{user-id}/domains/{domain-id}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment