Created
April 26, 2015 00:21
-
-
Save Squab/d72beb9c2fc865f9991b to your computer and use it in GitHub Desktop.
spag collections
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
{ | |
"aliases": { | |
"create_zone": "v2:zones:create", | |
"create_domain": "v1:domains:create" | |
}, | |
"v2": { | |
"zones": { | |
"create": { | |
"body": { | |
"ttl": 300, | |
"name": "example.com.", | |
"email": "[email protected]" | |
}, | |
"headers": { | |
"Content-Type": "application/json" | |
} | |
} | |
} | |
}, | |
"v1": { | |
"domains": { | |
"create": { | |
"body": { | |
"ttl": 300, | |
"name": "example.com.", | |
"email": "[email protected]" | |
}, | |
"headers": { | |
"Content-Type": "application/json" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment