Created
February 27, 2016 14:44
-
-
Save isaumya/1fb35ed40687e99e51e9 to your computer and use it in GitHub Desktop.
GApps Primary Domain Change Response
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
Request | |
PUT https://www.googleapis.com/admin/directory/v1/customers/my_customer?fields=customerDomain&key={YOUR_API_KEY} | |
{ | |
"customerDomain": "extraconfort.com" | |
} | |
Response | |
400 Bad Request | |
Show headers - | |
{ | |
"error": { | |
"errors": [ | |
{ | |
"domain": "global", | |
"reason": "invalid", | |
"message": "Invalid Input" | |
} | |
], | |
"code": 400, | |
"message": "Invalid Input" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment