Retrieving Active Zones #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
only ACTIVE domains allow set,get and remove.
the endpoint for listing zones returns all zones by default (even not ACTIVE)
it accepts an optional statuses query param to filter by zone status.
however filtering by other statuses works but by ACTIVE seems to cause an internal server error
so i ran my tests without the statuses query and using an ACTIVE zone handpicked from all the zones response
the repository code however has the ?statuses=ACTIVE because i guess there is no server error for the production environment
here is the line
here is the endpoint doc
Yeah, I've had trouble with the development API before. The first time I used it it didn't work at all and I had to put in a support ticket.