doc: fix dns config api docs

This commit is contained in:
Girish Ramakrishnan
2016-10-09 00:24:30 -07:00
parent da5e40db66
commit fb4d6f7649
+1 -2
View File
@@ -1087,8 +1087,7 @@ This is currently internal API and is documented here for completeness.
Response(200): Response(200):
``` ```
{ {
"provider": <string>, // 'caas' "provider": <string> // 'caas' or 'route53' or 'digitalocean'
"token": <string> // caas specific token
} }
``` ```