Created
November 20, 2015 21:16
-
-
Save dtolb/0ba809d6529e44dd0f93 to your computer and use it in GitHub Desktop.
POST Sip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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