Get the default version of a domain
GET {{baseUrl}}/domains/:owner/:domain/settings/default
This operation returns the version identifier, such as 1.0.0
. To get the definition itself, use GET /domains/{owner}/{domain}/{version}
.
RESPONSES
status: OK
{"version":"1.0.0"}