We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369256a commit 6124d80Copy full SHA for 6124d80
spec/domains
@@ -642,6 +642,38 @@
642
]
643
}
644
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
662
663
664
665
666
+ ]},
667
+ "nickname": "domainPricing",
668
+ "authorizations": {},
669
+ "responseMessages": [
670
671
+ "code": 400,
672
+ "message": "{\"result\": \"nok\", \"message\": \"error ...\"}"
673
674
+ ]
675
676
677
678
],
679
"models": {
0 commit comments