Skip to content

Commit 6124d80

Browse files
author
Pedro Pacheco
committed
added new documentation
1 parent 369256a commit 6124d80

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

spec/domains

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,38 @@
642642
]
643643
}
644644
]
645+
},
646+
{
647+
"path": "/domains/pricing",
648+
"operations": [
649+
{
650+
"method": "GET",
651+
"summary": "Available TLD's and prices",
652+
"notes": "",
653+
"type": {"result": "ok", "tlds": [
654+
{"tld": ".pt", "prices": {
655+
"1": "xxx",
656+
"2": "xxx",
657+
"3": "xxx"
658+
}
659+
},
660+
{"tld": ".com", "prices": {
661+
"1": "xxx",
662+
"2": "xxx",
663+
"3": "xxx"
664+
}
665+
}
666+
]},
667+
"nickname": "domainPricing",
668+
"authorizations": {},
669+
"responseMessages": [
670+
{
671+
"code": 400,
672+
"message": "{\"result\": \"nok\", \"message\": \"error ...\"}"
673+
}
674+
]
675+
}
676+
]
645677
}
646678
],
647679
"models": {

0 commit comments

Comments
 (0)