@vercel/sdk 1.13.4 → 1.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -45
- package/bin/mcp-server.js +223 -670
- package/bin/mcp-server.js.map +81 -81
- package/docs/sdks/domains/README.md +11 -11
- package/docs/sdks/domainsregistrar/README.md +55 -55
- package/esm/__tests__/accessgroups.test.js +6 -2
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/logdrains.test.js +1 -3
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +5 -2
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +11 -1
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/domainsBuyDomain.d.ts +2 -2
- package/esm/funcs/domainsBuyDomain.js +2 -2
- package/esm/funcs/domainsCheckDomainPrice.d.ts +2 -2
- package/esm/funcs/domainsCheckDomainPrice.js +2 -2
- package/esm/funcs/domainsCheckDomainStatus.d.ts +2 -2
- package/esm/funcs/domainsCheckDomainStatus.js +2 -2
- package/esm/funcs/domainsCreateOrTransferDomain.d.ts +2 -2
- package/esm/funcs/domainsCreateOrTransferDomain.js +2 -2
- package/esm/funcs/domainsGetDomainTransfer.d.ts +2 -2
- package/esm/funcs/domainsGetDomainTransfer.js +2 -2
- package/esm/funcs/domainsPatchDomain.d.ts +1 -1
- package/esm/funcs/domainsPatchDomain.js +1 -1
- package/esm/funcs/domainsRegistrarBuyDomains.d.ts +2 -2
- package/esm/funcs/domainsRegistrarBuyDomains.js +2 -2
- package/esm/funcs/domainsRegistrarGetBulkAvailability.d.ts +1 -1
- package/esm/funcs/domainsRegistrarGetBulkAvailability.js +1 -1
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetContactInfoSchema.js +2 -2
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.d.ts +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAuthCode.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainAvailability.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetDomainAvailability.js +2 -2
- package/esm/funcs/domainsRegistrarGetDomainPrice.d.ts +1 -1
- package/esm/funcs/domainsRegistrarGetDomainPrice.js +1 -1
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetDomainTransferIn.js +2 -2
- package/esm/funcs/domainsRegistrarGetOrder.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetOrder.js +2 -2
- package/esm/funcs/domainsRegistrarGetSupportedTlds.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetSupportedTlds.js +2 -2
- package/esm/funcs/domainsRegistrarGetTldPrice.d.ts +2 -2
- package/esm/funcs/domainsRegistrarGetTldPrice.js +2 -2
- package/esm/funcs/domainsRegistrarTransferInDomain.d.ts +2 -2
- package/esm/funcs/domainsRegistrarTransferInDomain.js +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.d.ts +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.d.ts +2 -2
- package/esm/funcs/domainsRegistrarUpdateDomainNameservers.js +2 -2
- package/esm/funcs/projectsUploadProjectClientCert.js +2 -2
- package/esm/funcs/projectsUploadProjectClientCert.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/tools/domainsBuyDomain.js +2 -2
- package/esm/mcp-server/tools/domainsBuyDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsCheckDomainPrice.js +2 -2
- package/esm/mcp-server/tools/domainsCheckDomainPrice.js.map +1 -1
- package/esm/mcp-server/tools/domainsCheckDomainStatus.js +2 -2
- package/esm/mcp-server/tools/domainsCheckDomainStatus.js.map +1 -1
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js +2 -2
- package/esm/mcp-server/tools/domainsCreateOrTransferDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js +2 -2
- package/esm/mcp-server/tools/domainsGetDomainTransfer.js.map +1 -1
- package/esm/mcp-server/tools/domainsPatchDomain.js +1 -1
- package/esm/mcp-server/tools/domainsPatchDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarBuyDomains.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetBulkAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.d.ts.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetContactInfoSchema.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAuthCode.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetDomainAvailability.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainPrice.js +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetDomainTransferIn.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetOrder.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetSupportedTlds.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarGetTldPrice.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarTransferInDomain.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.js.map +1 -1
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js +2 -2
- package/esm/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.js.map +1 -1
- package/esm/models/additionalcontactinforequired.d.ts +6 -25
- package/esm/models/additionalcontactinforequired.d.ts.map +1 -1
- package/esm/models/additionalcontactinforequired.js +4 -30
- package/esm/models/additionalcontactinforequired.js.map +1 -1
- package/esm/models/badrequest.d.ts +0 -25
- package/esm/models/badrequest.d.ts.map +1 -1
- package/esm/models/badrequest.js +1 -30
- package/esm/models/badrequest.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +15 -3
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +16 -16
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +15 -3
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +12 -12
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createortransferdomainop.d.ts +5 -3
- package/esm/models/createortransferdomainop.d.ts.map +1 -1
- package/esm/models/createortransferdomainop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +30 -30
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +18 -18
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/domainalreadyrenewing.d.ts +6 -25
- package/esm/models/domainalreadyrenewing.d.ts.map +1 -1
- package/esm/models/domainalreadyrenewing.js +4 -30
- package/esm/models/domainalreadyrenewing.js.map +1 -1
- package/esm/models/domainnotavailable.d.ts +6 -25
- package/esm/models/domainnotavailable.d.ts.map +1 -1
- package/esm/models/domainnotavailable.js +4 -30
- package/esm/models/domainnotavailable.js.map +1 -1
- package/esm/models/domainnotfound.d.ts +6 -25
- package/esm/models/domainnotfound.d.ts.map +1 -1
- package/esm/models/domainnotfound.js +4 -30
- package/esm/models/domainnotfound.js.map +1 -1
- package/esm/models/domainnotregistered.d.ts +6 -25
- package/esm/models/domainnotregistered.d.ts.map +1 -1
- package/esm/models/domainnotregistered.js +4 -30
- package/esm/models/domainnotregistered.js.map +1 -1
- package/esm/models/domainnotrenewable.d.ts +6 -25
- package/esm/models/domainnotrenewable.d.ts.map +1 -1
- package/esm/models/domainnotrenewable.js +4 -30
- package/esm/models/domainnotrenewable.js.map +1 -1
- package/esm/models/duplicatedomains.d.ts +6 -25
- package/esm/models/duplicatedomains.d.ts.map +1 -1
- package/esm/models/duplicatedomains.js +4 -30
- package/esm/models/duplicatedomains.js.map +1 -1
- package/esm/models/expectedpricemismatch.d.ts +6 -25
- package/esm/models/expectedpricemismatch.d.ts.map +1 -1
- package/esm/models/expectedpricemismatch.js +4 -30
- package/esm/models/expectedpricemismatch.js.map +1 -1
- package/esm/models/forbidden.d.ts +0 -25
- package/esm/models/forbidden.d.ts.map +1 -1
- package/esm/models/forbidden.js +1 -30
- package/esm/models/forbidden.js.map +1 -1
- package/esm/models/getcontactinfoschemaop.d.ts +2 -2
- package/esm/models/getcontactinfoschemaop.d.ts.map +1 -1
- package/esm/models/getcontactinfoschemaop.js +2 -2
- package/esm/models/getcontactinfoschemaop.js.map +1 -1
- package/esm/models/getdomainauthcodeop.d.ts +2 -2
- package/esm/models/getdomainauthcodeop.d.ts.map +1 -1
- package/esm/models/getdomainauthcodeop.js +2 -2
- package/esm/models/getdomainauthcodeop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +5 -5
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +4 -4
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getorderop.d.ts +3 -3
- package/esm/models/gettldpriceop.d.ts +8 -5
- package/esm/models/gettldpriceop.d.ts.map +1 -1
- package/esm/models/gettldpriceop.js +2 -2
- package/esm/models/gettldpriceop.js.map +1 -1
- package/esm/models/httpapidecodeerror.d.ts +0 -26
- package/esm/models/httpapidecodeerror.d.ts.map +1 -1
- package/esm/models/httpapidecodeerror.js +1 -30
- package/esm/models/httpapidecodeerror.js.map +1 -1
- package/esm/models/internalservererror.d.ts +0 -25
- package/esm/models/internalservererror.d.ts.map +1 -1
- package/esm/models/internalservererror.js +1 -30
- package/esm/models/internalservererror.js.map +1 -1
- package/esm/models/invalidadditionalcontactinfo.d.ts +6 -25
- package/esm/models/invalidadditionalcontactinfo.d.ts.map +1 -1
- package/esm/models/invalidadditionalcontactinfo.js +4 -30
- package/esm/models/invalidadditionalcontactinfo.js.map +1 -1
- package/esm/models/issue.d.ts +0 -55
- package/esm/models/issue.d.ts.map +1 -1
- package/esm/models/issue.js +0 -39
- package/esm/models/issue.js.map +1 -1
- package/esm/models/notauthorizedforscope.d.ts +0 -25
- package/esm/models/notauthorizedforscope.d.ts.map +1 -1
- package/esm/models/notauthorizedforscope.js +1 -30
- package/esm/models/notauthorizedforscope.js.map +1 -1
- package/esm/models/notfound.d.ts +0 -25
- package/esm/models/notfound.d.ts.map +1 -1
- package/esm/models/notfound.js +1 -31
- package/esm/models/notfound.js.map +1 -1
- package/esm/models/ordertooexpensive.d.ts +6 -25
- package/esm/models/ordertooexpensive.d.ts.map +1 -1
- package/esm/models/ordertooexpensive.js +4 -30
- package/esm/models/ordertooexpensive.js.map +1 -1
- package/esm/models/patchdomainop.d.ts +6 -2
- package/esm/models/patchdomainop.d.ts.map +1 -1
- package/esm/models/patchdomainop.js.map +1 -1
- package/esm/models/propertykey.d.ts +8 -8
- package/esm/models/propertykey.d.ts.map +1 -1
- package/esm/models/propertykey.js +12 -12
- package/esm/models/propertykey.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +6 -3
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +10 -10
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/tldnotsupported.d.ts +6 -25
- package/esm/models/tldnotsupported.d.ts.map +1 -1
- package/esm/models/tldnotsupported.js +4 -30
- package/esm/models/tldnotsupported.js.map +1 -1
- package/esm/models/toomanydomains.d.ts +6 -25
- package/esm/models/toomanydomains.d.ts.map +1 -1
- package/esm/models/toomanydomains.js +4 -30
- package/esm/models/toomanydomains.js.map +1 -1
- package/esm/models/toomanyrequests.d.ts +0 -25
- package/esm/models/toomanyrequests.d.ts.map +1 -1
- package/esm/models/toomanyrequests.js +1 -30
- package/esm/models/toomanyrequests.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +9 -3
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +8 -8
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/unauthorized.d.ts +0 -25
- package/esm/models/unauthorized.d.ts.map +1 -1
- package/esm/models/unauthorized.js +1 -30
- package/esm/models/unauthorized.js.map +1 -1
- package/esm/models/updatedomainautorenewop.d.ts +2 -2
- package/esm/models/updatedomainautorenewop.d.ts.map +1 -1
- package/esm/models/updatedomainautorenewop.js +6 -6
- package/esm/models/updatedomainautorenewop.js.map +1 -1
- package/esm/models/updatedomainnameserversop.d.ts +2 -2
- package/esm/models/updatedomainnameserversop.d.ts.map +1 -1
- package/esm/models/updatedomainnameserversop.js +2 -2
- package/esm/models/updatedomainnameserversop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +30 -30
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +18 -18
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/sdk/domains.d.ts +11 -11
- package/esm/sdk/domains.js +11 -11
- package/esm/sdk/domainsregistrar.d.ts +23 -23
- package/esm/sdk/domainsregistrar.js +23 -23
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +6 -2
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/logdrains.test.ts +1 -3
- package/src/__tests__/rollingrelease.test.ts +5 -2
- package/src/__tests__/security.test.ts +11 -1
- package/src/funcs/domainsBuyDomain.ts +2 -2
- package/src/funcs/domainsCheckDomainPrice.ts +2 -2
- package/src/funcs/domainsCheckDomainStatus.ts +2 -2
- package/src/funcs/domainsCreateOrTransferDomain.ts +2 -2
- package/src/funcs/domainsGetDomainTransfer.ts +2 -2
- package/src/funcs/domainsPatchDomain.ts +1 -1
- package/src/funcs/domainsRegistrarBuyDomains.ts +2 -2
- package/src/funcs/domainsRegistrarGetBulkAvailability.ts +1 -1
- package/src/funcs/domainsRegistrarGetContactInfoSchema.ts +2 -2
- package/src/funcs/domainsRegistrarGetDomainAuthCode.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainAvailability.ts +2 -2
- package/src/funcs/domainsRegistrarGetDomainPrice.ts +1 -1
- package/src/funcs/domainsRegistrarGetDomainTransferIn.ts +2 -2
- package/src/funcs/domainsRegistrarGetOrder.ts +2 -2
- package/src/funcs/domainsRegistrarGetSupportedTlds.ts +2 -2
- package/src/funcs/domainsRegistrarGetTldPrice.ts +2 -2
- package/src/funcs/domainsRegistrarTransferInDomain.ts +2 -2
- package/src/funcs/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
- package/src/funcs/domainsRegistrarUpdateDomainNameservers.ts +2 -2
- package/src/funcs/projectsUploadProjectClientCert.ts +2 -2
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/mcp-server/tools/domainsBuyDomain.ts +2 -2
- package/src/mcp-server/tools/domainsCheckDomainPrice.ts +2 -2
- package/src/mcp-server/tools/domainsCheckDomainStatus.ts +2 -2
- package/src/mcp-server/tools/domainsCreateOrTransferDomain.ts +2 -2
- package/src/mcp-server/tools/domainsGetDomainTransfer.ts +2 -2
- package/src/mcp-server/tools/domainsPatchDomain.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarBuyDomains.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetBulkAvailability.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetContactInfoSchema.ts +2 -3
- package/src/mcp-server/tools/domainsRegistrarGetDomainAuthCode.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetDomainAvailability.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetDomainPrice.ts +1 -1
- package/src/mcp-server/tools/domainsRegistrarGetDomainTransferIn.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetOrder.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetSupportedTlds.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarGetTldPrice.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarTransferInDomain.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainAutoRenew.ts +2 -2
- package/src/mcp-server/tools/domainsRegistrarUpdateDomainNameservers.ts +2 -2
- package/src/models/additionalcontactinforequired.ts +12 -51
- package/src/models/badrequest.ts +6 -49
- package/src/models/buydomainsop.ts +45 -33
- package/src/models/buysingledomainop.ts +37 -25
- package/src/models/createortransferdomainop.ts +5 -3
- package/src/models/createprojectop.ts +30 -30
- package/src/models/domainalreadyrenewing.ts +12 -51
- package/src/models/domainnotavailable.ts +12 -49
- package/src/models/domainnotfound.ts +12 -49
- package/src/models/domainnotregistered.ts +12 -49
- package/src/models/domainnotrenewable.ts +12 -49
- package/src/models/duplicatedomains.ts +12 -49
- package/src/models/expectedpricemismatch.ts +12 -51
- package/src/models/forbidden.ts +6 -47
- package/src/models/getcontactinfoschemaop.ts +6 -6
- package/src/models/getdomainauthcodeop.ts +6 -6
- package/src/models/getdomainpriceop.ts +11 -11
- package/src/models/getorderop.ts +3 -3
- package/src/models/gettldpriceop.ts +12 -9
- package/src/models/httpapidecodeerror.ts +5 -49
- package/src/models/internalservererror.ts +6 -49
- package/src/models/invalidadditionalcontactinfo.ts +12 -51
- package/src/models/issue.ts +0 -53
- package/src/models/notauthorizedforscope.ts +6 -51
- package/src/models/notfound.ts +6 -47
- package/src/models/ordertooexpensive.ts +12 -49
- package/src/models/patchdomainop.ts +6 -2
- package/src/models/propertykey.ts +13 -16
- package/src/models/renewdomainop.ts +24 -21
- package/src/models/tldnotsupported.ts +12 -49
- package/src/models/toomanydomains.ts +12 -49
- package/src/models/toomanyrequests.ts +8 -51
- package/src/models/transferindomainop.ts +23 -17
- package/src/models/unauthorized.ts +6 -49
- package/src/models/updatedomainautorenewop.ts +12 -12
- package/src/models/updatedomainnameserversop.ts +6 -6
- package/src/models/updateprojectop.ts +30 -30
- package/src/sdk/domains.ts +11 -11
- package/src/sdk/domainsregistrar.ts +23 -23
- package/vercel-spec.json +204 -330
package/vercel-spec.json
CHANGED
|
@@ -18912,14 +18912,14 @@
|
|
|
18912
18912
|
},
|
|
18913
18913
|
"/v5/domains/buy": {
|
|
18914
18914
|
"post": {
|
|
18915
|
-
"description": "
|
|
18915
|
+
"description": "This endpoint is deprecated and replaced with the endpoint [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain). Purchases the specified domain.",
|
|
18916
18916
|
"operationId": "buyDomain",
|
|
18917
18917
|
"security": [
|
|
18918
18918
|
{
|
|
18919
18919
|
"bearerToken": []
|
|
18920
18920
|
}
|
|
18921
18921
|
],
|
|
18922
|
-
"summary": "Purchase a domain",
|
|
18922
|
+
"summary": "Purchase a domain (deprecated)",
|
|
18923
18923
|
"tags": [
|
|
18924
18924
|
"domains"
|
|
18925
18925
|
],
|
|
@@ -19147,14 +19147,14 @@
|
|
|
19147
19147
|
},
|
|
19148
19148
|
"/v4/domains/price": {
|
|
19149
19149
|
"get": {
|
|
19150
|
-
"description": "Check the price to purchase a domain and how long a single purchase period is.",
|
|
19150
|
+
"description": "This endpoint is deprecated and replaced with the endpoint [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain). Check the price to purchase a domain and how long a single purchase period is.",
|
|
19151
19151
|
"operationId": "checkDomainPrice",
|
|
19152
19152
|
"security": [
|
|
19153
19153
|
{
|
|
19154
19154
|
"bearerToken": []
|
|
19155
19155
|
}
|
|
19156
19156
|
],
|
|
19157
|
-
"summary": "Check the price for a domain",
|
|
19157
|
+
"summary": "Check the price for a domain (deprecated)",
|
|
19158
19158
|
"tags": [
|
|
19159
19159
|
"domains"
|
|
19160
19160
|
],
|
|
@@ -19254,14 +19254,14 @@
|
|
|
19254
19254
|
},
|
|
19255
19255
|
"/v4/domains/status": {
|
|
19256
19256
|
"get": {
|
|
19257
|
-
"description": "Check if a domain name is available for purchase.",
|
|
19257
|
+
"description": "This endpoint is deprecated and replaced with the endpoint [Get availability for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-availability-for-a-domain). Check if a domain name is available for purchase.",
|
|
19258
19258
|
"operationId": "checkDomainStatus",
|
|
19259
19259
|
"security": [
|
|
19260
19260
|
{
|
|
19261
19261
|
"bearerToken": []
|
|
19262
19262
|
}
|
|
19263
19263
|
],
|
|
19264
|
-
"summary": "Check a Domain Availability",
|
|
19264
|
+
"summary": "Check a Domain Availability (deprecated)",
|
|
19265
19265
|
"tags": [
|
|
19266
19266
|
"domains"
|
|
19267
19267
|
],
|
|
@@ -20575,14 +20575,15 @@
|
|
|
20575
20575
|
],
|
|
20576
20576
|
"responses": {
|
|
20577
20577
|
"200": {
|
|
20578
|
-
"description": "
|
|
20578
|
+
"description": "A list of the TLDs supported by Vercel.",
|
|
20579
20579
|
"content": {
|
|
20580
20580
|
"application/json": {
|
|
20581
20581
|
"schema": {
|
|
20582
20582
|
"type": "array",
|
|
20583
20583
|
"items": {
|
|
20584
20584
|
"type": "string"
|
|
20585
|
-
}
|
|
20585
|
+
},
|
|
20586
|
+
"description": "A list of the TLDs supported by Vercel."
|
|
20586
20587
|
}
|
|
20587
20588
|
}
|
|
20588
20589
|
}
|
|
@@ -20638,8 +20639,8 @@
|
|
|
20638
20639
|
}
|
|
20639
20640
|
}
|
|
20640
20641
|
},
|
|
20641
|
-
"description": "Get supported
|
|
20642
|
-
"summary": "Get
|
|
20642
|
+
"description": "Get a list of TLDs supported by Vercel",
|
|
20643
|
+
"summary": "Get supported TLDs"
|
|
20643
20644
|
}
|
|
20644
20645
|
},
|
|
20645
20646
|
"/v1/registrar/tlds/{tld}/price": {
|
|
@@ -20686,7 +20687,8 @@
|
|
|
20686
20687
|
],
|
|
20687
20688
|
"properties": {
|
|
20688
20689
|
"years": {
|
|
20689
|
-
"type": "number"
|
|
20690
|
+
"type": "number",
|
|
20691
|
+
"description": "The number of years the returned price is for."
|
|
20690
20692
|
},
|
|
20691
20693
|
"purchasePrice": {
|
|
20692
20694
|
"$ref": "#/components/schemas/Dollars",
|
|
@@ -20713,10 +20715,10 @@
|
|
|
20713
20715
|
"schema": {
|
|
20714
20716
|
"anyOf": [
|
|
20715
20717
|
{
|
|
20716
|
-
"$ref": "#/components/schemas/
|
|
20718
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
20717
20719
|
},
|
|
20718
20720
|
{
|
|
20719
|
-
"$ref": "#/components/schemas/
|
|
20721
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
20720
20722
|
}
|
|
20721
20723
|
]
|
|
20722
20724
|
}
|
|
@@ -20764,8 +20766,8 @@
|
|
|
20764
20766
|
}
|
|
20765
20767
|
}
|
|
20766
20768
|
},
|
|
20767
|
-
"description": "Get TLD price data",
|
|
20768
|
-
"summary": "Get price data
|
|
20769
|
+
"description": "Get price data for a specific TLD. This only reflects base prices for the given TLD. Premium domains may have different prices. Use the [Get price data for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-price-data-for-a-domain) endpoint to get the price data for a specific domain.",
|
|
20770
|
+
"summary": "Get TLD price data"
|
|
20769
20771
|
}
|
|
20770
20772
|
},
|
|
20771
20773
|
"/v1/registrar/domains/{domain}/availability": {
|
|
@@ -20870,8 +20872,8 @@
|
|
|
20870
20872
|
}
|
|
20871
20873
|
}
|
|
20872
20874
|
},
|
|
20873
|
-
"description": "Get availability for a specific domain",
|
|
20874
|
-
"summary": "Get availability for a
|
|
20875
|
+
"description": "Get availability for a specific domain. If the domain is available, it can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.",
|
|
20876
|
+
"summary": "Get availability for a domain"
|
|
20875
20877
|
}
|
|
20876
20878
|
},
|
|
20877
20879
|
"/v1/registrar/domains/{domain}/price": {
|
|
@@ -20945,13 +20947,13 @@
|
|
|
20945
20947
|
"schema": {
|
|
20946
20948
|
"anyOf": [
|
|
20947
20949
|
{
|
|
20948
|
-
"$ref": "#/components/schemas/
|
|
20950
|
+
"$ref": "#/components/schemas/BadRequest"
|
|
20949
20951
|
},
|
|
20950
20952
|
{
|
|
20951
20953
|
"$ref": "#/components/schemas/TldNotSupported"
|
|
20952
20954
|
},
|
|
20953
20955
|
{
|
|
20954
|
-
"$ref": "#/components/schemas/
|
|
20956
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
20955
20957
|
}
|
|
20956
20958
|
]
|
|
20957
20959
|
}
|
|
@@ -21000,7 +21002,7 @@
|
|
|
21000
21002
|
}
|
|
21001
21003
|
},
|
|
21002
21004
|
"description": "Get price data for a specific domain",
|
|
21003
|
-
"summary": "Get price data for a
|
|
21005
|
+
"summary": "Get price data for a domain"
|
|
21004
21006
|
}
|
|
21005
21007
|
},
|
|
21006
21008
|
"/v1/registrar/domains/availability": {
|
|
@@ -21102,7 +21104,7 @@
|
|
|
21102
21104
|
}
|
|
21103
21105
|
}
|
|
21104
21106
|
},
|
|
21105
|
-
"description": "Get availability for multiple domains",
|
|
21107
|
+
"description": "Get availability for multiple domains. If the domains are available, they can be purchased using the [Buy a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-a-domain) endpoint or the [Buy multiple domains](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/buy-multiple-domains) endpoint.",
|
|
21106
21108
|
"summary": "Get availability for multiple domains",
|
|
21107
21109
|
"requestBody": {
|
|
21108
21110
|
"content": {
|
|
@@ -21180,10 +21182,10 @@
|
|
|
21180
21182
|
"schema": {
|
|
21181
21183
|
"anyOf": [
|
|
21182
21184
|
{
|
|
21183
|
-
"$ref": "#/components/schemas/
|
|
21185
|
+
"$ref": "#/components/schemas/DomainNotRegistered"
|
|
21184
21186
|
},
|
|
21185
21187
|
{
|
|
21186
|
-
"$ref": "#/components/schemas/
|
|
21188
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
21187
21189
|
}
|
|
21188
21190
|
]
|
|
21189
21191
|
}
|
|
@@ -21218,7 +21220,7 @@
|
|
|
21218
21220
|
}
|
|
21219
21221
|
},
|
|
21220
21222
|
"404": {
|
|
21221
|
-
"description": "
|
|
21223
|
+
"description": "The domain was not found in our system.",
|
|
21222
21224
|
"content": {
|
|
21223
21225
|
"application/json": {
|
|
21224
21226
|
"schema": {
|
|
@@ -21248,7 +21250,7 @@
|
|
|
21248
21250
|
}
|
|
21249
21251
|
}
|
|
21250
21252
|
},
|
|
21251
|
-
"description": "Get the auth code for a domain",
|
|
21253
|
+
"description": "Get the auth code for a domain. This is required to transfer a domain from Vercel to another registrar.",
|
|
21252
21254
|
"summary": "Get the auth code for a domain"
|
|
21253
21255
|
}
|
|
21254
21256
|
},
|
|
@@ -21327,25 +21329,25 @@
|
|
|
21327
21329
|
"schema": {
|
|
21328
21330
|
"anyOf": [
|
|
21329
21331
|
{
|
|
21330
|
-
"$ref": "#/components/schemas/
|
|
21332
|
+
"$ref": "#/components/schemas/OrderTooExpensive"
|
|
21331
21333
|
},
|
|
21332
21334
|
{
|
|
21333
|
-
"$ref": "#/components/schemas/
|
|
21335
|
+
"$ref": "#/components/schemas/InvalidAdditionalContactInfo"
|
|
21334
21336
|
},
|
|
21335
21337
|
{
|
|
21336
|
-
"$ref": "#/components/schemas/
|
|
21338
|
+
"$ref": "#/components/schemas/AdditionalContactInfoRequired"
|
|
21337
21339
|
},
|
|
21338
21340
|
{
|
|
21339
21341
|
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
21340
21342
|
},
|
|
21341
21343
|
{
|
|
21342
|
-
"$ref": "#/components/schemas/
|
|
21344
|
+
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
21343
21345
|
},
|
|
21344
21346
|
{
|
|
21345
|
-
"$ref": "#/components/schemas/
|
|
21347
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
21346
21348
|
},
|
|
21347
21349
|
{
|
|
21348
|
-
"$ref": "#/components/schemas/
|
|
21350
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
21349
21351
|
}
|
|
21350
21352
|
]
|
|
21351
21353
|
}
|
|
@@ -21415,10 +21417,12 @@
|
|
|
21415
21417
|
],
|
|
21416
21418
|
"properties": {
|
|
21417
21419
|
"autoRenew": {
|
|
21418
|
-
"type": "boolean"
|
|
21420
|
+
"type": "boolean",
|
|
21421
|
+
"description": "Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint."
|
|
21419
21422
|
},
|
|
21420
21423
|
"years": {
|
|
21421
|
-
"type": "number"
|
|
21424
|
+
"type": "number",
|
|
21425
|
+
"description": "The number of years to purchase the domain for."
|
|
21422
21426
|
},
|
|
21423
21427
|
"expectedPrice": {
|
|
21424
21428
|
"$ref": "#/components/schemas/Dollars"
|
|
@@ -21478,7 +21482,8 @@
|
|
|
21478
21482
|
"properties": {}
|
|
21479
21483
|
}
|
|
21480
21484
|
},
|
|
21481
|
-
"additionalProperties": false
|
|
21485
|
+
"additionalProperties": false,
|
|
21486
|
+
"description": "The contact information for the domain. Some TLDs require additional contact information. Use the [Get contact info schema](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-contact-info-schema) endpoint to retrieve the required fields."
|
|
21482
21487
|
}
|
|
21483
21488
|
},
|
|
21484
21489
|
"additionalProperties": false
|
|
@@ -21555,31 +21560,31 @@
|
|
|
21555
21560
|
"schema": {
|
|
21556
21561
|
"anyOf": [
|
|
21557
21562
|
{
|
|
21558
|
-
"$ref": "#/components/schemas/
|
|
21563
|
+
"$ref": "#/components/schemas/OrderTooExpensive"
|
|
21559
21564
|
},
|
|
21560
21565
|
{
|
|
21561
|
-
"$ref": "#/components/schemas/
|
|
21566
|
+
"$ref": "#/components/schemas/TooManyDomains"
|
|
21562
21567
|
},
|
|
21563
21568
|
{
|
|
21564
|
-
"$ref": "#/components/schemas/
|
|
21569
|
+
"$ref": "#/components/schemas/InvalidAdditionalContactInfo"
|
|
21565
21570
|
},
|
|
21566
21571
|
{
|
|
21567
|
-
"$ref": "#/components/schemas/
|
|
21572
|
+
"$ref": "#/components/schemas/AdditionalContactInfoRequired"
|
|
21568
21573
|
},
|
|
21569
21574
|
{
|
|
21570
21575
|
"$ref": "#/components/schemas/DuplicateDomains"
|
|
21571
21576
|
},
|
|
21572
21577
|
{
|
|
21573
|
-
"$ref": "#/components/schemas/
|
|
21578
|
+
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
21574
21579
|
},
|
|
21575
21580
|
{
|
|
21576
|
-
"$ref": "#/components/schemas/
|
|
21581
|
+
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
21577
21582
|
},
|
|
21578
21583
|
{
|
|
21579
|
-
"$ref": "#/components/schemas/
|
|
21584
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
21580
21585
|
},
|
|
21581
21586
|
{
|
|
21582
|
-
"$ref": "#/components/schemas/
|
|
21587
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
21583
21588
|
}
|
|
21584
21589
|
]
|
|
21585
21590
|
}
|
|
@@ -21634,8 +21639,8 @@
|
|
|
21634
21639
|
}
|
|
21635
21640
|
}
|
|
21636
21641
|
},
|
|
21637
|
-
"description": "Buy multiple domains",
|
|
21638
|
-
"summary": "Buy multiple domains
|
|
21642
|
+
"description": "Buy multiple domains at once",
|
|
21643
|
+
"summary": "Buy multiple domains",
|
|
21639
21644
|
"requestBody": {
|
|
21640
21645
|
"content": {
|
|
21641
21646
|
"application/json": {
|
|
@@ -21662,10 +21667,12 @@
|
|
|
21662
21667
|
"$ref": "#/components/schemas/DomainName"
|
|
21663
21668
|
},
|
|
21664
21669
|
"autoRenew": {
|
|
21665
|
-
"type": "boolean"
|
|
21670
|
+
"type": "boolean",
|
|
21671
|
+
"description": "Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint."
|
|
21666
21672
|
},
|
|
21667
21673
|
"years": {
|
|
21668
|
-
"type": "number"
|
|
21674
|
+
"type": "number",
|
|
21675
|
+
"description": "The number of years to purchase the domain for."
|
|
21669
21676
|
},
|
|
21670
21677
|
"expectedPrice": {
|
|
21671
21678
|
"$ref": "#/components/schemas/Dollars"
|
|
@@ -21729,7 +21736,8 @@
|
|
|
21729
21736
|
"properties": {}
|
|
21730
21737
|
}
|
|
21731
21738
|
},
|
|
21732
|
-
"additionalProperties": false
|
|
21739
|
+
"additionalProperties": false,
|
|
21740
|
+
"description": "The contact information for the domain. Some TLDs require additional contact information. Use the [Get contact info schema](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-contact-info-schema) endpoint to retrieve the required fields."
|
|
21733
21741
|
}
|
|
21734
21742
|
},
|
|
21735
21743
|
"additionalProperties": false
|
|
@@ -21815,19 +21823,19 @@
|
|
|
21815
21823
|
"schema": {
|
|
21816
21824
|
"anyOf": [
|
|
21817
21825
|
{
|
|
21818
|
-
"$ref": "#/components/schemas/
|
|
21826
|
+
"$ref": "#/components/schemas/BadRequest"
|
|
21819
21827
|
},
|
|
21820
21828
|
{
|
|
21821
|
-
"$ref": "#/components/schemas/
|
|
21829
|
+
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
21822
21830
|
},
|
|
21823
21831
|
{
|
|
21824
21832
|
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
21825
21833
|
},
|
|
21826
21834
|
{
|
|
21827
|
-
"$ref": "#/components/schemas/
|
|
21835
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
21828
21836
|
},
|
|
21829
21837
|
{
|
|
21830
|
-
"$ref": "#/components/schemas/
|
|
21838
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
21831
21839
|
}
|
|
21832
21840
|
]
|
|
21833
21841
|
}
|
|
@@ -21882,8 +21890,8 @@
|
|
|
21882
21890
|
}
|
|
21883
21891
|
}
|
|
21884
21892
|
},
|
|
21885
|
-
"description": "Transfer
|
|
21886
|
-
"summary": "Transfer a domain
|
|
21893
|
+
"description": "Transfer a domain in from another registrar",
|
|
21894
|
+
"summary": "Transfer-in a domain",
|
|
21887
21895
|
"requestBody": {
|
|
21888
21896
|
"content": {
|
|
21889
21897
|
"application/json": {
|
|
@@ -21901,10 +21909,12 @@
|
|
|
21901
21909
|
"type": "string"
|
|
21902
21910
|
},
|
|
21903
21911
|
"autoRenew": {
|
|
21904
|
-
"type": "boolean"
|
|
21912
|
+
"type": "boolean",
|
|
21913
|
+
"description": "Whether the domain should be auto-renewed before it expires. This can be configured later through the Vercel Dashboard or the [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) endpoint."
|
|
21905
21914
|
},
|
|
21906
21915
|
"years": {
|
|
21907
|
-
"type": "number"
|
|
21916
|
+
"type": "number",
|
|
21917
|
+
"description": "The number of years to renew the domain for once it is transferred in. This must be a valid number of transfer years for the TLD."
|
|
21908
21918
|
},
|
|
21909
21919
|
"expectedPrice": {
|
|
21910
21920
|
"$ref": "#/components/schemas/Dollars"
|
|
@@ -22092,8 +22102,8 @@
|
|
|
22092
22102
|
}
|
|
22093
22103
|
}
|
|
22094
22104
|
},
|
|
22095
|
-
"description": "Get
|
|
22096
|
-
"summary": "Get
|
|
22105
|
+
"description": "Get the transfer status for a domain",
|
|
22106
|
+
"summary": "Get a domain's transfer status"
|
|
22097
22107
|
}
|
|
22098
22108
|
},
|
|
22099
22109
|
"/v1/registrar/domains/{domain}/renew": {
|
|
@@ -22171,22 +22181,22 @@
|
|
|
22171
22181
|
"schema": {
|
|
22172
22182
|
"anyOf": [
|
|
22173
22183
|
{
|
|
22174
|
-
"$ref": "#/components/schemas/
|
|
22184
|
+
"$ref": "#/components/schemas/BadRequest"
|
|
22175
22185
|
},
|
|
22176
22186
|
{
|
|
22177
|
-
"$ref": "#/components/schemas/
|
|
22187
|
+
"$ref": "#/components/schemas/DomainNotRegistered"
|
|
22178
22188
|
},
|
|
22179
22189
|
{
|
|
22180
|
-
"$ref": "#/components/schemas/
|
|
22190
|
+
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
22181
22191
|
},
|
|
22182
22192
|
{
|
|
22183
|
-
"$ref": "#/components/schemas/
|
|
22193
|
+
"$ref": "#/components/schemas/DomainNotAvailable"
|
|
22184
22194
|
},
|
|
22185
22195
|
{
|
|
22186
|
-
"$ref": "#/components/schemas/
|
|
22196
|
+
"$ref": "#/components/schemas/TldNotSupported"
|
|
22187
22197
|
},
|
|
22188
22198
|
{
|
|
22189
|
-
"$ref": "#/components/schemas/
|
|
22199
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
22190
22200
|
}
|
|
22191
22201
|
]
|
|
22192
22202
|
}
|
|
@@ -22221,7 +22231,7 @@
|
|
|
22221
22231
|
}
|
|
22222
22232
|
},
|
|
22223
22233
|
"404": {
|
|
22224
|
-
"description": "
|
|
22234
|
+
"description": "The domain was not found in our system.",
|
|
22225
22235
|
"content": {
|
|
22226
22236
|
"application/json": {
|
|
22227
22237
|
"schema": {
|
|
@@ -22264,7 +22274,8 @@
|
|
|
22264
22274
|
],
|
|
22265
22275
|
"properties": {
|
|
22266
22276
|
"years": {
|
|
22267
|
-
"type": "number"
|
|
22277
|
+
"type": "number",
|
|
22278
|
+
"description": "The number of years to renew the domain for."
|
|
22268
22279
|
},
|
|
22269
22280
|
"expectedPrice": {
|
|
22270
22281
|
"$ref": "#/components/schemas/Dollars"
|
|
@@ -22363,16 +22374,16 @@
|
|
|
22363
22374
|
"schema": {
|
|
22364
22375
|
"anyOf": [
|
|
22365
22376
|
{
|
|
22366
|
-
"$ref": "#/components/schemas/
|
|
22377
|
+
"$ref": "#/components/schemas/DomainAlreadyRenewing"
|
|
22367
22378
|
},
|
|
22368
22379
|
{
|
|
22369
|
-
"$ref": "#/components/schemas/
|
|
22380
|
+
"$ref": "#/components/schemas/DomainNotRenewable"
|
|
22370
22381
|
},
|
|
22371
22382
|
{
|
|
22372
|
-
"$ref": "#/components/schemas/
|
|
22383
|
+
"$ref": "#/components/schemas/DomainNotRegistered"
|
|
22373
22384
|
},
|
|
22374
22385
|
{
|
|
22375
|
-
"$ref": "#/components/schemas/
|
|
22386
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
22376
22387
|
}
|
|
22377
22388
|
]
|
|
22378
22389
|
}
|
|
@@ -22407,7 +22418,7 @@
|
|
|
22407
22418
|
}
|
|
22408
22419
|
},
|
|
22409
22420
|
"404": {
|
|
22410
|
-
"description": "
|
|
22421
|
+
"description": "The domain was not found in our system.",
|
|
22411
22422
|
"content": {
|
|
22412
22423
|
"application/json": {
|
|
22413
22424
|
"schema": {
|
|
@@ -22437,8 +22448,8 @@
|
|
|
22437
22448
|
}
|
|
22438
22449
|
}
|
|
22439
22450
|
},
|
|
22440
|
-
"description": "Update auto-renew for a domain",
|
|
22441
|
-
"summary": "Update
|
|
22451
|
+
"description": "Update the auto-renew setting for a domain",
|
|
22452
|
+
"summary": "Update auto-renew for a domain",
|
|
22442
22453
|
"requestBody": {
|
|
22443
22454
|
"content": {
|
|
22444
22455
|
"application/json": {
|
|
@@ -22492,10 +22503,10 @@
|
|
|
22492
22503
|
"schema": {
|
|
22493
22504
|
"anyOf": [
|
|
22494
22505
|
{
|
|
22495
|
-
"$ref": "#/components/schemas/
|
|
22506
|
+
"$ref": "#/components/schemas/DomainNotRegistered"
|
|
22496
22507
|
},
|
|
22497
22508
|
{
|
|
22498
|
-
"$ref": "#/components/schemas/
|
|
22509
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
22499
22510
|
}
|
|
22500
22511
|
]
|
|
22501
22512
|
}
|
|
@@ -22530,7 +22541,7 @@
|
|
|
22530
22541
|
}
|
|
22531
22542
|
},
|
|
22532
22543
|
"404": {
|
|
22533
|
-
"description": "
|
|
22544
|
+
"description": "The domain was not found in our system.",
|
|
22534
22545
|
"content": {
|
|
22535
22546
|
"application/json": {
|
|
22536
22547
|
"schema": {
|
|
@@ -22560,8 +22571,8 @@
|
|
|
22560
22571
|
}
|
|
22561
22572
|
}
|
|
22562
22573
|
},
|
|
22563
|
-
"description": "Update nameservers for a domain",
|
|
22564
|
-
"summary": "Update
|
|
22574
|
+
"description": "Update the nameservers for a domain. Pass an empty array to use Vercel's default nameservers.",
|
|
22575
|
+
"summary": "Update nameservers for a domain",
|
|
22565
22576
|
"requestBody": {
|
|
22566
22577
|
"content": {
|
|
22567
22578
|
"application/json": {
|
|
@@ -22626,10 +22637,10 @@
|
|
|
22626
22637
|
"schema": {
|
|
22627
22638
|
"anyOf": [
|
|
22628
22639
|
{
|
|
22629
|
-
"$ref": "#/components/schemas/
|
|
22640
|
+
"$ref": "#/components/schemas/BadRequest"
|
|
22630
22641
|
},
|
|
22631
22642
|
{
|
|
22632
|
-
"$ref": "#/components/schemas/
|
|
22643
|
+
"$ref": "#/components/schemas/HttpApiDecodeError"
|
|
22633
22644
|
}
|
|
22634
22645
|
]
|
|
22635
22646
|
}
|
|
@@ -22677,8 +22688,8 @@
|
|
|
22677
22688
|
}
|
|
22678
22689
|
}
|
|
22679
22690
|
},
|
|
22680
|
-
"description": "
|
|
22681
|
-
"summary": "Get
|
|
22691
|
+
"description": "Some TLDs require additional contact information. Use this endpoint to get the schema for the tld-specific contact information for a domain.",
|
|
22692
|
+
"summary": "Get contact info schema"
|
|
22682
22693
|
}
|
|
22683
22694
|
},
|
|
22684
22695
|
"/v1/registrar/orders/{orderId}": {
|
|
@@ -23039,20 +23050,20 @@
|
|
|
23039
23050
|
}
|
|
23040
23051
|
}
|
|
23041
23052
|
},
|
|
23042
|
-
"description": "Get a domain order",
|
|
23043
|
-
"summary": "Get
|
|
23053
|
+
"description": "Get information about a domain order by its ID",
|
|
23054
|
+
"summary": "Get a domain order"
|
|
23044
23055
|
}
|
|
23045
23056
|
},
|
|
23046
23057
|
"/v1/domains/{domain}/registry": {
|
|
23047
23058
|
"get": {
|
|
23048
|
-
"description": "Fetch domain transfer availability or transfer status if a transfer is in progress.",
|
|
23059
|
+
"description": "This endpoint is deprecated and replaced with the endpoint [Get a domain's transfer status](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/get-a-domain-s-transfer-status). Fetch domain transfer availability or transfer status if a transfer is in progress.",
|
|
23049
23060
|
"operationId": "getDomainTransfer",
|
|
23050
23061
|
"security": [
|
|
23051
23062
|
{
|
|
23052
23063
|
"bearerToken": []
|
|
23053
23064
|
}
|
|
23054
23065
|
],
|
|
23055
|
-
"summary": "Get domain transfer info
|
|
23066
|
+
"summary": "Get domain transfer info (deprecated)",
|
|
23056
23067
|
"tags": [
|
|
23057
23068
|
"domains"
|
|
23058
23069
|
],
|
|
@@ -23855,14 +23866,14 @@
|
|
|
23855
23866
|
},
|
|
23856
23867
|
"/v7/domains": {
|
|
23857
23868
|
"post": {
|
|
23858
|
-
"description": "This endpoint is used for adding a new apex domain name with Vercel for the authenticating user.
|
|
23869
|
+
"description": "This endpoint is used for adding a new apex domain name with Vercel for the authenticating user. Note: This endpoint is no longer used for initiating domain transfers from external registrars to Vercel. For this, please use the endpoint [Transfer-in a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/transfer-in-a-domain).",
|
|
23859
23870
|
"operationId": "createOrTransferDomain",
|
|
23860
23871
|
"security": [
|
|
23861
23872
|
{
|
|
23862
23873
|
"bearerToken": []
|
|
23863
23874
|
}
|
|
23864
23875
|
],
|
|
23865
|
-
"summary": "
|
|
23876
|
+
"summary": "Add an existing domain to the Vercel platform",
|
|
23866
23877
|
"tags": [
|
|
23867
23878
|
"domains"
|
|
23868
23879
|
],
|
|
@@ -24091,9 +24102,9 @@
|
|
|
24091
24102
|
"schema": {
|
|
24092
24103
|
"properties": {
|
|
24093
24104
|
"method": {
|
|
24094
|
-
"description": "The domain operation to perform. It can be either `add` or `
|
|
24105
|
+
"description": "The domain operation to perform. It can be either `add` or `move-in`.",
|
|
24095
24106
|
"type": "string",
|
|
24096
|
-
"example": "
|
|
24107
|
+
"example": "add"
|
|
24097
24108
|
}
|
|
24098
24109
|
},
|
|
24099
24110
|
"oneOf": [
|
|
@@ -24152,6 +24163,7 @@
|
|
|
24152
24163
|
}
|
|
24153
24164
|
},
|
|
24154
24165
|
{
|
|
24166
|
+
"deprecated": true,
|
|
24155
24167
|
"additionalProperties": false,
|
|
24156
24168
|
"type": "object",
|
|
24157
24169
|
"description": "transfer-in",
|
|
@@ -24191,7 +24203,7 @@
|
|
|
24191
24203
|
},
|
|
24192
24204
|
"/v3/domains/{domain}": {
|
|
24193
24205
|
"patch": {
|
|
24194
|
-
"description": "Update or move apex domain.",
|
|
24206
|
+
"description": "Update or move apex domain. Note: This endpoint is no longer used for updating auto-renew or nameservers. For this, please use the endpoints [Update auto-renew for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-auto-renew-for-a-domain) and [Update nameservers for a domain](https://vercel.com/docs/rest-api/reference/endpoints/domains-registrar/update-nameservers-for-a-domain).",
|
|
24195
24207
|
"operationId": "patchDomain",
|
|
24196
24208
|
"security": [
|
|
24197
24209
|
{
|
|
@@ -24319,18 +24331,20 @@
|
|
|
24319
24331
|
"type": "string"
|
|
24320
24332
|
},
|
|
24321
24333
|
"renew": {
|
|
24322
|
-
"description": "
|
|
24323
|
-
"type": "boolean"
|
|
24334
|
+
"description": "This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/auto-renew instead.",
|
|
24335
|
+
"type": "boolean",
|
|
24336
|
+
"deprecated": true
|
|
24324
24337
|
},
|
|
24325
24338
|
"customNameservers": {
|
|
24326
|
-
"description": "
|
|
24339
|
+
"description": "This field is deprecated. Please use PATCH /v1/registrar/domains/{domainName}/nameservers instead.",
|
|
24327
24340
|
"items": {
|
|
24328
24341
|
"type": "string"
|
|
24329
24342
|
},
|
|
24330
24343
|
"maxItems": 4,
|
|
24331
24344
|
"minItems": 0,
|
|
24332
24345
|
"type": "array",
|
|
24333
|
-
"uniqueItems": true
|
|
24346
|
+
"uniqueItems": true,
|
|
24347
|
+
"deprecated": true
|
|
24334
24348
|
},
|
|
24335
24349
|
"zone": {
|
|
24336
24350
|
"description": "Specifies whether this is a DNS zone that intends to use Vercel's nameservers.",
|
|
@@ -39770,10 +39784,10 @@
|
|
|
39770
39784
|
"type": "string",
|
|
39771
39785
|
"enum": [
|
|
39772
39786
|
"system",
|
|
39787
|
+
"secret",
|
|
39773
39788
|
"encrypted",
|
|
39774
39789
|
"plain",
|
|
39775
|
-
"sensitive"
|
|
39776
|
-
"secret"
|
|
39790
|
+
"sensitive"
|
|
39777
39791
|
]
|
|
39778
39792
|
},
|
|
39779
39793
|
"sunsetSecretId": {
|
|
@@ -40778,17 +40792,17 @@
|
|
|
40778
40792
|
"github-limited"
|
|
40779
40793
|
]
|
|
40780
40794
|
},
|
|
40781
|
-
"
|
|
40782
|
-
"type": "string"
|
|
40783
|
-
},
|
|
40784
|
-
"repoId": {
|
|
40795
|
+
"updatedAt": {
|
|
40785
40796
|
"type": "number"
|
|
40786
40797
|
},
|
|
40787
40798
|
"createdAt": {
|
|
40788
40799
|
"type": "number"
|
|
40789
40800
|
},
|
|
40790
|
-
"
|
|
40791
|
-
"type": "
|
|
40801
|
+
"repo": {
|
|
40802
|
+
"type": "string"
|
|
40803
|
+
},
|
|
40804
|
+
"sourceless": {
|
|
40805
|
+
"type": "boolean"
|
|
40792
40806
|
},
|
|
40793
40807
|
"org": {
|
|
40794
40808
|
"type": "string"
|
|
@@ -40797,6 +40811,9 @@
|
|
|
40797
40811
|
"type": "number",
|
|
40798
40812
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
40799
40813
|
},
|
|
40814
|
+
"repoId": {
|
|
40815
|
+
"type": "number"
|
|
40816
|
+
},
|
|
40800
40817
|
"deployHooks": {
|
|
40801
40818
|
"items": {
|
|
40802
40819
|
"properties": {
|
|
@@ -40829,9 +40846,6 @@
|
|
|
40829
40846
|
"gitCredentialId": {
|
|
40830
40847
|
"type": "string"
|
|
40831
40848
|
},
|
|
40832
|
-
"sourceless": {
|
|
40833
|
-
"type": "boolean"
|
|
40834
|
-
},
|
|
40835
40849
|
"productionBranch": {
|
|
40836
40850
|
"type": "string"
|
|
40837
40851
|
}
|
|
@@ -41222,9 +41236,6 @@
|
|
|
41222
41236
|
},
|
|
41223
41237
|
"resourceConfig": {
|
|
41224
41238
|
"properties": {
|
|
41225
|
-
"elasticConcurrencyEnabled": {
|
|
41226
|
-
"type": "boolean"
|
|
41227
|
-
},
|
|
41228
41239
|
"fluid": {
|
|
41229
41240
|
"type": "boolean"
|
|
41230
41241
|
},
|
|
@@ -41248,6 +41259,9 @@
|
|
|
41248
41259
|
"functionZeroConfigFailover": {
|
|
41249
41260
|
"type": "boolean"
|
|
41250
41261
|
},
|
|
41262
|
+
"elasticConcurrencyEnabled": {
|
|
41263
|
+
"type": "boolean"
|
|
41264
|
+
},
|
|
41251
41265
|
"buildMachineType": {
|
|
41252
41266
|
"type": "string",
|
|
41253
41267
|
"enum": [
|
|
@@ -41348,9 +41362,6 @@
|
|
|
41348
41362
|
},
|
|
41349
41363
|
"defaultResourceConfig": {
|
|
41350
41364
|
"properties": {
|
|
41351
|
-
"elasticConcurrencyEnabled": {
|
|
41352
|
-
"type": "boolean"
|
|
41353
|
-
},
|
|
41354
41365
|
"fluid": {
|
|
41355
41366
|
"type": "boolean"
|
|
41356
41367
|
},
|
|
@@ -41374,6 +41385,9 @@
|
|
|
41374
41385
|
"functionZeroConfigFailover": {
|
|
41375
41386
|
"type": "boolean"
|
|
41376
41387
|
},
|
|
41388
|
+
"elasticConcurrencyEnabled": {
|
|
41389
|
+
"type": "boolean"
|
|
41390
|
+
},
|
|
41377
41391
|
"buildMachineType": {
|
|
41378
41392
|
"type": "string",
|
|
41379
41393
|
"enum": [
|
|
@@ -41418,8 +41432,8 @@
|
|
|
41418
41432
|
"deploymentType": {
|
|
41419
41433
|
"type": "string",
|
|
41420
41434
|
"enum": [
|
|
41421
|
-
"preview",
|
|
41422
41435
|
"all",
|
|
41436
|
+
"preview",
|
|
41423
41437
|
"prod_deployment_urls_and_all_previews",
|
|
41424
41438
|
"all_except_custom_domains"
|
|
41425
41439
|
]
|
|
@@ -43160,11 +43174,11 @@
|
|
|
43160
43174
|
"deploymentType": {
|
|
43161
43175
|
"type": "string",
|
|
43162
43176
|
"enum": [
|
|
43163
|
-
"preview",
|
|
43164
|
-
"production",
|
|
43165
43177
|
"all",
|
|
43178
|
+
"preview",
|
|
43166
43179
|
"prod_deployment_urls_and_all_previews",
|
|
43167
|
-
"all_except_custom_domains"
|
|
43180
|
+
"all_except_custom_domains",
|
|
43181
|
+
"production"
|
|
43168
43182
|
]
|
|
43169
43183
|
},
|
|
43170
43184
|
"addresses": {
|
|
@@ -43204,11 +43218,11 @@
|
|
|
43204
43218
|
"deploymentType": {
|
|
43205
43219
|
"type": "string",
|
|
43206
43220
|
"enum": [
|
|
43207
|
-
"preview",
|
|
43208
|
-
"production",
|
|
43209
43221
|
"all",
|
|
43222
|
+
"preview",
|
|
43210
43223
|
"prod_deployment_urls_and_all_previews",
|
|
43211
|
-
"all_except_custom_domains"
|
|
43224
|
+
"all_except_custom_domains",
|
|
43225
|
+
"production"
|
|
43212
43226
|
]
|
|
43213
43227
|
}
|
|
43214
43228
|
},
|
|
@@ -49363,10 +49377,10 @@
|
|
|
49363
49377
|
"type": "string",
|
|
49364
49378
|
"enum": [
|
|
49365
49379
|
"system",
|
|
49380
|
+
"secret",
|
|
49366
49381
|
"encrypted",
|
|
49367
49382
|
"plain",
|
|
49368
|
-
"sensitive"
|
|
49369
|
-
"secret"
|
|
49383
|
+
"sensitive"
|
|
49370
49384
|
]
|
|
49371
49385
|
},
|
|
49372
49386
|
"sunsetSecretId": {
|
|
@@ -50371,17 +50385,17 @@
|
|
|
50371
50385
|
"github-limited"
|
|
50372
50386
|
]
|
|
50373
50387
|
},
|
|
50374
|
-
"
|
|
50375
|
-
"type": "string"
|
|
50376
|
-
},
|
|
50377
|
-
"repoId": {
|
|
50388
|
+
"updatedAt": {
|
|
50378
50389
|
"type": "number"
|
|
50379
50390
|
},
|
|
50380
50391
|
"createdAt": {
|
|
50381
50392
|
"type": "number"
|
|
50382
50393
|
},
|
|
50383
|
-
"
|
|
50384
|
-
"type": "
|
|
50394
|
+
"repo": {
|
|
50395
|
+
"type": "string"
|
|
50396
|
+
},
|
|
50397
|
+
"sourceless": {
|
|
50398
|
+
"type": "boolean"
|
|
50385
50399
|
},
|
|
50386
50400
|
"org": {
|
|
50387
50401
|
"type": "string"
|
|
@@ -50390,6 +50404,9 @@
|
|
|
50390
50404
|
"type": "number",
|
|
50391
50405
|
"description": "A new field, should be included in all new project links, is being added just in time when a deployment is created. This is needed for Protected Git scopes."
|
|
50392
50406
|
},
|
|
50407
|
+
"repoId": {
|
|
50408
|
+
"type": "number"
|
|
50409
|
+
},
|
|
50393
50410
|
"deployHooks": {
|
|
50394
50411
|
"items": {
|
|
50395
50412
|
"properties": {
|
|
@@ -50422,9 +50439,6 @@
|
|
|
50422
50439
|
"gitCredentialId": {
|
|
50423
50440
|
"type": "string"
|
|
50424
50441
|
},
|
|
50425
|
-
"sourceless": {
|
|
50426
|
-
"type": "boolean"
|
|
50427
|
-
},
|
|
50428
50442
|
"productionBranch": {
|
|
50429
50443
|
"type": "string"
|
|
50430
50444
|
}
|
|
@@ -50815,9 +50829,6 @@
|
|
|
50815
50829
|
},
|
|
50816
50830
|
"resourceConfig": {
|
|
50817
50831
|
"properties": {
|
|
50818
|
-
"elasticConcurrencyEnabled": {
|
|
50819
|
-
"type": "boolean"
|
|
50820
|
-
},
|
|
50821
50832
|
"fluid": {
|
|
50822
50833
|
"type": "boolean"
|
|
50823
50834
|
},
|
|
@@ -50841,6 +50852,9 @@
|
|
|
50841
50852
|
"functionZeroConfigFailover": {
|
|
50842
50853
|
"type": "boolean"
|
|
50843
50854
|
},
|
|
50855
|
+
"elasticConcurrencyEnabled": {
|
|
50856
|
+
"type": "boolean"
|
|
50857
|
+
},
|
|
50844
50858
|
"buildMachineType": {
|
|
50845
50859
|
"type": "string",
|
|
50846
50860
|
"enum": [
|
|
@@ -50941,9 +50955,6 @@
|
|
|
50941
50955
|
},
|
|
50942
50956
|
"defaultResourceConfig": {
|
|
50943
50957
|
"properties": {
|
|
50944
|
-
"elasticConcurrencyEnabled": {
|
|
50945
|
-
"type": "boolean"
|
|
50946
|
-
},
|
|
50947
50958
|
"fluid": {
|
|
50948
50959
|
"type": "boolean"
|
|
50949
50960
|
},
|
|
@@ -50967,6 +50978,9 @@
|
|
|
50967
50978
|
"functionZeroConfigFailover": {
|
|
50968
50979
|
"type": "boolean"
|
|
50969
50980
|
},
|
|
50981
|
+
"elasticConcurrencyEnabled": {
|
|
50982
|
+
"type": "boolean"
|
|
50983
|
+
},
|
|
50970
50984
|
"buildMachineType": {
|
|
50971
50985
|
"type": "string",
|
|
50972
50986
|
"enum": [
|
|
@@ -51011,8 +51025,8 @@
|
|
|
51011
51025
|
"deploymentType": {
|
|
51012
51026
|
"type": "string",
|
|
51013
51027
|
"enum": [
|
|
51014
|
-
"preview",
|
|
51015
51028
|
"all",
|
|
51029
|
+
"preview",
|
|
51016
51030
|
"prod_deployment_urls_and_all_previews",
|
|
51017
51031
|
"all_except_custom_domains"
|
|
51018
51032
|
]
|
|
@@ -52753,11 +52767,11 @@
|
|
|
52753
52767
|
"deploymentType": {
|
|
52754
52768
|
"type": "string",
|
|
52755
52769
|
"enum": [
|
|
52756
|
-
"preview",
|
|
52757
|
-
"production",
|
|
52758
52770
|
"all",
|
|
52771
|
+
"preview",
|
|
52759
52772
|
"prod_deployment_urls_and_all_previews",
|
|
52760
|
-
"all_except_custom_domains"
|
|
52773
|
+
"all_except_custom_domains",
|
|
52774
|
+
"production"
|
|
52761
52775
|
]
|
|
52762
52776
|
},
|
|
52763
52777
|
"addresses": {
|
|
@@ -52797,11 +52811,11 @@
|
|
|
52797
52811
|
"deploymentType": {
|
|
52798
52812
|
"type": "string",
|
|
52799
52813
|
"enum": [
|
|
52800
|
-
"preview",
|
|
52801
|
-
"production",
|
|
52802
52814
|
"all",
|
|
52815
|
+
"preview",
|
|
52803
52816
|
"prod_deployment_urls_and_all_previews",
|
|
52804
|
-
"all_except_custom_domains"
|
|
52817
|
+
"all_except_custom_domains",
|
|
52818
|
+
"production"
|
|
52805
52819
|
]
|
|
52806
52820
|
}
|
|
52807
52821
|
},
|
|
@@ -62748,6 +62762,9 @@
|
|
|
62748
62762
|
"403": {
|
|
62749
62763
|
"description": "You do not have permission to access this resource."
|
|
62750
62764
|
},
|
|
62765
|
+
"404": {
|
|
62766
|
+
"description": ""
|
|
62767
|
+
},
|
|
62751
62768
|
"409": {
|
|
62752
62769
|
"description": "The project is being transferred and uploading certificates is not possible"
|
|
62753
62770
|
},
|
|
@@ -79192,8 +79209,7 @@
|
|
|
79192
79209
|
"type": "object",
|
|
79193
79210
|
"required": [
|
|
79194
79211
|
"issues",
|
|
79195
|
-
"message"
|
|
79196
|
-
"_tag"
|
|
79212
|
+
"message"
|
|
79197
79213
|
],
|
|
79198
79214
|
"properties": {
|
|
79199
79215
|
"issues": {
|
|
@@ -79204,12 +79220,6 @@
|
|
|
79204
79220
|
},
|
|
79205
79221
|
"message": {
|
|
79206
79222
|
"type": "string"
|
|
79207
|
-
},
|
|
79208
|
-
"_tag": {
|
|
79209
|
-
"type": "string",
|
|
79210
|
-
"enum": [
|
|
79211
|
-
"HttpApiDecodeError"
|
|
79212
|
-
]
|
|
79213
79223
|
}
|
|
79214
79224
|
},
|
|
79215
79225
|
"additionalProperties": false,
|
|
@@ -79218,25 +79228,10 @@
|
|
|
79218
79228
|
"Issue": {
|
|
79219
79229
|
"type": "object",
|
|
79220
79230
|
"required": [
|
|
79221
|
-
"_tag",
|
|
79222
79231
|
"path",
|
|
79223
79232
|
"message"
|
|
79224
79233
|
],
|
|
79225
79234
|
"properties": {
|
|
79226
|
-
"_tag": {
|
|
79227
|
-
"type": "string",
|
|
79228
|
-
"enum": [
|
|
79229
|
-
"Pointer",
|
|
79230
|
-
"Unexpected",
|
|
79231
|
-
"Missing",
|
|
79232
|
-
"Composite",
|
|
79233
|
-
"Refinement",
|
|
79234
|
-
"Transformation",
|
|
79235
|
-
"Type",
|
|
79236
|
-
"Forbidden"
|
|
79237
|
-
],
|
|
79238
|
-
"description": "The tag identifying the type of parse issue"
|
|
79239
|
-
},
|
|
79240
79235
|
"path": {
|
|
79241
79236
|
"type": "array",
|
|
79242
79237
|
"items": {
|
|
@@ -79289,8 +79284,7 @@
|
|
|
79289
79284
|
"code",
|
|
79290
79285
|
"message",
|
|
79291
79286
|
"retryAfter",
|
|
79292
|
-
"limit"
|
|
79293
|
-
"_tag"
|
|
79287
|
+
"limit"
|
|
79294
79288
|
],
|
|
79295
79289
|
"properties": {
|
|
79296
79290
|
"status": {
|
|
@@ -79343,12 +79337,6 @@
|
|
|
79343
79337
|
}
|
|
79344
79338
|
},
|
|
79345
79339
|
"additionalProperties": false
|
|
79346
|
-
},
|
|
79347
|
-
"_tag": {
|
|
79348
|
-
"type": "string",
|
|
79349
|
-
"enum": [
|
|
79350
|
-
"TooManyRequests"
|
|
79351
|
-
]
|
|
79352
79340
|
}
|
|
79353
79341
|
},
|
|
79354
79342
|
"additionalProperties": false
|
|
@@ -79358,8 +79346,7 @@
|
|
|
79358
79346
|
"required": [
|
|
79359
79347
|
"status",
|
|
79360
79348
|
"code",
|
|
79361
|
-
"message"
|
|
79362
|
-
"_tag"
|
|
79349
|
+
"message"
|
|
79363
79350
|
],
|
|
79364
79351
|
"properties": {
|
|
79365
79352
|
"status": {
|
|
@@ -79376,12 +79363,6 @@
|
|
|
79376
79363
|
},
|
|
79377
79364
|
"message": {
|
|
79378
79365
|
"type": "string"
|
|
79379
|
-
},
|
|
79380
|
-
"_tag": {
|
|
79381
|
-
"type": "string",
|
|
79382
|
-
"enum": [
|
|
79383
|
-
"Unauthorized"
|
|
79384
|
-
]
|
|
79385
79366
|
}
|
|
79386
79367
|
},
|
|
79387
79368
|
"additionalProperties": false
|
|
@@ -79391,8 +79372,7 @@
|
|
|
79391
79372
|
"required": [
|
|
79392
79373
|
"status",
|
|
79393
79374
|
"code",
|
|
79394
|
-
"message"
|
|
79395
|
-
"_tag"
|
|
79375
|
+
"message"
|
|
79396
79376
|
],
|
|
79397
79377
|
"properties": {
|
|
79398
79378
|
"status": {
|
|
@@ -79409,12 +79389,6 @@
|
|
|
79409
79389
|
},
|
|
79410
79390
|
"message": {
|
|
79411
79391
|
"type": "string"
|
|
79412
|
-
},
|
|
79413
|
-
"_tag": {
|
|
79414
|
-
"type": "string",
|
|
79415
|
-
"enum": [
|
|
79416
|
-
"NotAuthorizedForScope"
|
|
79417
|
-
]
|
|
79418
79392
|
}
|
|
79419
79393
|
},
|
|
79420
79394
|
"additionalProperties": false
|
|
@@ -79424,8 +79398,7 @@
|
|
|
79424
79398
|
"required": [
|
|
79425
79399
|
"status",
|
|
79426
79400
|
"code",
|
|
79427
|
-
"message"
|
|
79428
|
-
"_tag"
|
|
79401
|
+
"message"
|
|
79429
79402
|
],
|
|
79430
79403
|
"properties": {
|
|
79431
79404
|
"status": {
|
|
@@ -79442,12 +79415,6 @@
|
|
|
79442
79415
|
},
|
|
79443
79416
|
"message": {
|
|
79444
79417
|
"type": "string"
|
|
79445
|
-
},
|
|
79446
|
-
"_tag": {
|
|
79447
|
-
"type": "string",
|
|
79448
|
-
"enum": [
|
|
79449
|
-
"InternalServerError"
|
|
79450
|
-
]
|
|
79451
79418
|
}
|
|
79452
79419
|
},
|
|
79453
79420
|
"additionalProperties": false
|
|
@@ -79458,7 +79425,7 @@
|
|
|
79458
79425
|
},
|
|
79459
79426
|
"Dollars": {
|
|
79460
79427
|
"type": "number",
|
|
79461
|
-
"description": "
|
|
79428
|
+
"description": "The base TLD price for purchasing a domain for the given number of years. If null, the TLD does not support purchasing domains for the given number of years.",
|
|
79462
79429
|
"minimum": 0.01
|
|
79463
79430
|
},
|
|
79464
79431
|
"TldNotSupported": {
|
|
@@ -79466,8 +79433,7 @@
|
|
|
79466
79433
|
"required": [
|
|
79467
79434
|
"status",
|
|
79468
79435
|
"code",
|
|
79469
|
-
"message"
|
|
79470
|
-
"_tag"
|
|
79436
|
+
"message"
|
|
79471
79437
|
],
|
|
79472
79438
|
"properties": {
|
|
79473
79439
|
"status": {
|
|
@@ -79484,15 +79450,10 @@
|
|
|
79484
79450
|
},
|
|
79485
79451
|
"message": {
|
|
79486
79452
|
"type": "string"
|
|
79487
|
-
},
|
|
79488
|
-
"_tag": {
|
|
79489
|
-
"type": "string",
|
|
79490
|
-
"enum": [
|
|
79491
|
-
"TldNotSupported"
|
|
79492
|
-
]
|
|
79493
79453
|
}
|
|
79494
79454
|
},
|
|
79495
|
-
"additionalProperties": false
|
|
79455
|
+
"additionalProperties": false,
|
|
79456
|
+
"description": "The TLD is not currently supported."
|
|
79496
79457
|
},
|
|
79497
79458
|
"DomainName": {
|
|
79498
79459
|
"type": "string"
|
|
@@ -79502,8 +79463,7 @@
|
|
|
79502
79463
|
"required": [
|
|
79503
79464
|
"status",
|
|
79504
79465
|
"code",
|
|
79505
|
-
"message"
|
|
79506
|
-
"_tag"
|
|
79466
|
+
"message"
|
|
79507
79467
|
],
|
|
79508
79468
|
"properties": {
|
|
79509
79469
|
"status": {
|
|
@@ -79520,12 +79480,6 @@
|
|
|
79520
79480
|
},
|
|
79521
79481
|
"message": {
|
|
79522
79482
|
"type": "string"
|
|
79523
|
-
},
|
|
79524
|
-
"_tag": {
|
|
79525
|
-
"type": "string",
|
|
79526
|
-
"enum": [
|
|
79527
|
-
"NotFound"
|
|
79528
|
-
]
|
|
79529
79483
|
}
|
|
79530
79484
|
},
|
|
79531
79485
|
"additionalProperties": false
|
|
@@ -79535,8 +79489,7 @@
|
|
|
79535
79489
|
"required": [
|
|
79536
79490
|
"status",
|
|
79537
79491
|
"code",
|
|
79538
|
-
"message"
|
|
79539
|
-
"_tag"
|
|
79492
|
+
"message"
|
|
79540
79493
|
],
|
|
79541
79494
|
"properties": {
|
|
79542
79495
|
"status": {
|
|
@@ -79553,12 +79506,6 @@
|
|
|
79553
79506
|
},
|
|
79554
79507
|
"message": {
|
|
79555
79508
|
"type": "string"
|
|
79556
|
-
},
|
|
79557
|
-
"_tag": {
|
|
79558
|
-
"type": "string",
|
|
79559
|
-
"enum": [
|
|
79560
|
-
"BadRequest"
|
|
79561
|
-
]
|
|
79562
79509
|
}
|
|
79563
79510
|
},
|
|
79564
79511
|
"additionalProperties": false
|
|
@@ -79568,8 +79515,7 @@
|
|
|
79568
79515
|
"required": [
|
|
79569
79516
|
"status",
|
|
79570
79517
|
"code",
|
|
79571
|
-
"message"
|
|
79572
|
-
"_tag"
|
|
79518
|
+
"message"
|
|
79573
79519
|
],
|
|
79574
79520
|
"properties": {
|
|
79575
79521
|
"status": {
|
|
@@ -79586,23 +79532,17 @@
|
|
|
79586
79532
|
},
|
|
79587
79533
|
"message": {
|
|
79588
79534
|
"type": "string"
|
|
79589
|
-
},
|
|
79590
|
-
"_tag": {
|
|
79591
|
-
"type": "string",
|
|
79592
|
-
"enum": [
|
|
79593
|
-
"DomainNotRegistered"
|
|
79594
|
-
]
|
|
79595
79535
|
}
|
|
79596
79536
|
},
|
|
79597
|
-
"additionalProperties": false
|
|
79537
|
+
"additionalProperties": false,
|
|
79538
|
+
"description": "The domain is not registered with Vercel."
|
|
79598
79539
|
},
|
|
79599
79540
|
"Forbidden": {
|
|
79600
79541
|
"type": "object",
|
|
79601
79542
|
"required": [
|
|
79602
79543
|
"status",
|
|
79603
79544
|
"code",
|
|
79604
|
-
"message"
|
|
79605
|
-
"_tag"
|
|
79545
|
+
"message"
|
|
79606
79546
|
],
|
|
79607
79547
|
"properties": {
|
|
79608
79548
|
"status": {
|
|
@@ -79619,12 +79559,6 @@
|
|
|
79619
79559
|
},
|
|
79620
79560
|
"message": {
|
|
79621
79561
|
"type": "string"
|
|
79622
|
-
},
|
|
79623
|
-
"_tag": {
|
|
79624
|
-
"type": "string",
|
|
79625
|
-
"enum": [
|
|
79626
|
-
"Forbidden"
|
|
79627
|
-
]
|
|
79628
79562
|
}
|
|
79629
79563
|
},
|
|
79630
79564
|
"additionalProperties": false
|
|
@@ -79634,8 +79568,7 @@
|
|
|
79634
79568
|
"required": [
|
|
79635
79569
|
"status",
|
|
79636
79570
|
"code",
|
|
79637
|
-
"message"
|
|
79638
|
-
"_tag"
|
|
79571
|
+
"message"
|
|
79639
79572
|
],
|
|
79640
79573
|
"properties": {
|
|
79641
79574
|
"status": {
|
|
@@ -79652,15 +79585,10 @@
|
|
|
79652
79585
|
},
|
|
79653
79586
|
"message": {
|
|
79654
79587
|
"type": "string"
|
|
79655
|
-
},
|
|
79656
|
-
"_tag": {
|
|
79657
|
-
"type": "string",
|
|
79658
|
-
"enum": [
|
|
79659
|
-
"DomainNotFound"
|
|
79660
|
-
]
|
|
79661
79588
|
}
|
|
79662
79589
|
},
|
|
79663
|
-
"additionalProperties": false
|
|
79590
|
+
"additionalProperties": false,
|
|
79591
|
+
"description": "The domain was not found in our system."
|
|
79664
79592
|
},
|
|
79665
79593
|
"NonEmptyTrimmedString": {
|
|
79666
79594
|
"type": "string",
|
|
@@ -79694,8 +79622,7 @@
|
|
|
79694
79622
|
"required": [
|
|
79695
79623
|
"status",
|
|
79696
79624
|
"code",
|
|
79697
|
-
"message"
|
|
79698
|
-
"_tag"
|
|
79625
|
+
"message"
|
|
79699
79626
|
],
|
|
79700
79627
|
"properties": {
|
|
79701
79628
|
"status": {
|
|
@@ -79712,23 +79639,17 @@
|
|
|
79712
79639
|
},
|
|
79713
79640
|
"message": {
|
|
79714
79641
|
"type": "string"
|
|
79715
|
-
},
|
|
79716
|
-
"_tag": {
|
|
79717
|
-
"type": "string",
|
|
79718
|
-
"enum": [
|
|
79719
|
-
"DomainNotAvailable"
|
|
79720
|
-
]
|
|
79721
79642
|
}
|
|
79722
79643
|
},
|
|
79723
|
-
"additionalProperties": false
|
|
79644
|
+
"additionalProperties": false,
|
|
79645
|
+
"description": "The domain is not available."
|
|
79724
79646
|
},
|
|
79725
79647
|
"ExpectedPriceMismatch": {
|
|
79726
79648
|
"type": "object",
|
|
79727
79649
|
"required": [
|
|
79728
79650
|
"status",
|
|
79729
79651
|
"code",
|
|
79730
|
-
"message"
|
|
79731
|
-
"_tag"
|
|
79652
|
+
"message"
|
|
79732
79653
|
],
|
|
79733
79654
|
"properties": {
|
|
79734
79655
|
"status": {
|
|
@@ -79745,23 +79666,17 @@
|
|
|
79745
79666
|
},
|
|
79746
79667
|
"message": {
|
|
79747
79668
|
"type": "string"
|
|
79748
|
-
},
|
|
79749
|
-
"_tag": {
|
|
79750
|
-
"type": "string",
|
|
79751
|
-
"enum": [
|
|
79752
|
-
"ExpectedPriceMismatch"
|
|
79753
|
-
]
|
|
79754
79669
|
}
|
|
79755
79670
|
},
|
|
79756
|
-
"additionalProperties": false
|
|
79671
|
+
"additionalProperties": false,
|
|
79672
|
+
"description": "The expected price passed does not match the actual price."
|
|
79757
79673
|
},
|
|
79758
79674
|
"AdditionalContactInfoRequired": {
|
|
79759
79675
|
"type": "object",
|
|
79760
79676
|
"required": [
|
|
79761
79677
|
"status",
|
|
79762
79678
|
"code",
|
|
79763
|
-
"message"
|
|
79764
|
-
"_tag"
|
|
79679
|
+
"message"
|
|
79765
79680
|
],
|
|
79766
79681
|
"properties": {
|
|
79767
79682
|
"status": {
|
|
@@ -79778,23 +79693,17 @@
|
|
|
79778
79693
|
},
|
|
79779
79694
|
"message": {
|
|
79780
79695
|
"type": "string"
|
|
79781
|
-
},
|
|
79782
|
-
"_tag": {
|
|
79783
|
-
"type": "string",
|
|
79784
|
-
"enum": [
|
|
79785
|
-
"AdditionalContactInfoRequired"
|
|
79786
|
-
]
|
|
79787
79696
|
}
|
|
79788
79697
|
},
|
|
79789
|
-
"additionalProperties": false
|
|
79698
|
+
"additionalProperties": false,
|
|
79699
|
+
"description": "Additional contact information is required for the TLD."
|
|
79790
79700
|
},
|
|
79791
79701
|
"InvalidAdditionalContactInfo": {
|
|
79792
79702
|
"type": "object",
|
|
79793
79703
|
"required": [
|
|
79794
79704
|
"status",
|
|
79795
79705
|
"code",
|
|
79796
|
-
"message"
|
|
79797
|
-
"_tag"
|
|
79706
|
+
"message"
|
|
79798
79707
|
],
|
|
79799
79708
|
"properties": {
|
|
79800
79709
|
"status": {
|
|
@@ -79811,23 +79720,17 @@
|
|
|
79811
79720
|
},
|
|
79812
79721
|
"message": {
|
|
79813
79722
|
"type": "string"
|
|
79814
|
-
},
|
|
79815
|
-
"_tag": {
|
|
79816
|
-
"type": "string",
|
|
79817
|
-
"enum": [
|
|
79818
|
-
"InvalidAdditionalContactInfo"
|
|
79819
|
-
]
|
|
79820
79723
|
}
|
|
79821
79724
|
},
|
|
79822
|
-
"additionalProperties": false
|
|
79725
|
+
"additionalProperties": false,
|
|
79726
|
+
"description": "Additional contact information provided for the TLD is invalid."
|
|
79823
79727
|
},
|
|
79824
79728
|
"OrderTooExpensive": {
|
|
79825
79729
|
"type": "object",
|
|
79826
79730
|
"required": [
|
|
79827
79731
|
"status",
|
|
79828
79732
|
"code",
|
|
79829
|
-
"message"
|
|
79830
|
-
"_tag"
|
|
79733
|
+
"message"
|
|
79831
79734
|
],
|
|
79832
79735
|
"properties": {
|
|
79833
79736
|
"status": {
|
|
@@ -79844,23 +79747,17 @@
|
|
|
79844
79747
|
},
|
|
79845
79748
|
"message": {
|
|
79846
79749
|
"type": "string"
|
|
79847
|
-
},
|
|
79848
|
-
"_tag": {
|
|
79849
|
-
"type": "string",
|
|
79850
|
-
"enum": [
|
|
79851
|
-
"OrderTooExpensive"
|
|
79852
|
-
]
|
|
79853
79750
|
}
|
|
79854
79751
|
},
|
|
79855
|
-
"additionalProperties": false
|
|
79752
|
+
"additionalProperties": false,
|
|
79753
|
+
"description": "The total price of the order is too high."
|
|
79856
79754
|
},
|
|
79857
79755
|
"DuplicateDomains": {
|
|
79858
79756
|
"type": "object",
|
|
79859
79757
|
"required": [
|
|
79860
79758
|
"status",
|
|
79861
79759
|
"code",
|
|
79862
|
-
"message"
|
|
79863
|
-
"_tag"
|
|
79760
|
+
"message"
|
|
79864
79761
|
],
|
|
79865
79762
|
"properties": {
|
|
79866
79763
|
"status": {
|
|
@@ -79877,23 +79774,17 @@
|
|
|
79877
79774
|
},
|
|
79878
79775
|
"message": {
|
|
79879
79776
|
"type": "string"
|
|
79880
|
-
},
|
|
79881
|
-
"_tag": {
|
|
79882
|
-
"type": "string",
|
|
79883
|
-
"enum": [
|
|
79884
|
-
"DuplicateDomains"
|
|
79885
|
-
]
|
|
79886
79777
|
}
|
|
79887
79778
|
},
|
|
79888
|
-
"additionalProperties": false
|
|
79779
|
+
"additionalProperties": false,
|
|
79780
|
+
"description": "Duplicate domains were provided."
|
|
79889
79781
|
},
|
|
79890
79782
|
"TooManyDomains": {
|
|
79891
79783
|
"type": "object",
|
|
79892
79784
|
"required": [
|
|
79893
79785
|
"status",
|
|
79894
79786
|
"code",
|
|
79895
|
-
"message"
|
|
79896
|
-
"_tag"
|
|
79787
|
+
"message"
|
|
79897
79788
|
],
|
|
79898
79789
|
"properties": {
|
|
79899
79790
|
"status": {
|
|
@@ -79910,23 +79801,17 @@
|
|
|
79910
79801
|
},
|
|
79911
79802
|
"message": {
|
|
79912
79803
|
"type": "string"
|
|
79913
|
-
},
|
|
79914
|
-
"_tag": {
|
|
79915
|
-
"type": "string",
|
|
79916
|
-
"enum": [
|
|
79917
|
-
"TooManyDomains"
|
|
79918
|
-
]
|
|
79919
79804
|
}
|
|
79920
79805
|
},
|
|
79921
|
-
"additionalProperties": false
|
|
79806
|
+
"additionalProperties": false,
|
|
79807
|
+
"description": "The number of domains in the order is too high."
|
|
79922
79808
|
},
|
|
79923
79809
|
"DomainNotRenewable": {
|
|
79924
79810
|
"type": "object",
|
|
79925
79811
|
"required": [
|
|
79926
79812
|
"status",
|
|
79927
79813
|
"code",
|
|
79928
|
-
"message"
|
|
79929
|
-
"_tag"
|
|
79814
|
+
"message"
|
|
79930
79815
|
],
|
|
79931
79816
|
"properties": {
|
|
79932
79817
|
"status": {
|
|
@@ -79943,23 +79828,17 @@
|
|
|
79943
79828
|
},
|
|
79944
79829
|
"message": {
|
|
79945
79830
|
"type": "string"
|
|
79946
|
-
},
|
|
79947
|
-
"_tag": {
|
|
79948
|
-
"type": "string",
|
|
79949
|
-
"enum": [
|
|
79950
|
-
"DomainNotRenewable"
|
|
79951
|
-
]
|
|
79952
79831
|
}
|
|
79953
79832
|
},
|
|
79954
|
-
"additionalProperties": false
|
|
79833
|
+
"additionalProperties": false,
|
|
79834
|
+
"description": "The domain is not renewable."
|
|
79955
79835
|
},
|
|
79956
79836
|
"DomainAlreadyRenewing": {
|
|
79957
79837
|
"type": "object",
|
|
79958
79838
|
"required": [
|
|
79959
79839
|
"status",
|
|
79960
79840
|
"code",
|
|
79961
|
-
"message"
|
|
79962
|
-
"_tag"
|
|
79841
|
+
"message"
|
|
79963
79842
|
],
|
|
79964
79843
|
"properties": {
|
|
79965
79844
|
"status": {
|
|
@@ -79976,15 +79855,10 @@
|
|
|
79976
79855
|
},
|
|
79977
79856
|
"message": {
|
|
79978
79857
|
"type": "string"
|
|
79979
|
-
},
|
|
79980
|
-
"_tag": {
|
|
79981
|
-
"type": "string",
|
|
79982
|
-
"enum": [
|
|
79983
|
-
"DomainAlreadyRenewing"
|
|
79984
|
-
]
|
|
79985
79858
|
}
|
|
79986
79859
|
},
|
|
79987
|
-
"additionalProperties": false
|
|
79860
|
+
"additionalProperties": false,
|
|
79861
|
+
"description": "The domain is already renewing."
|
|
79988
79862
|
},
|
|
79989
79863
|
"Nameserver": {
|
|
79990
79864
|
"type": "string"
|