Closed
Description
The current /api/1.4/cdns/dnsseckeys/refresh
endpoint should be modified/enhanced:
- Return a
202 Accepted
to indicate that the request was received successfully but further processing is occurring in the background. - The
202
response should also include a link to a separate API endpoint that shows the current status of therefresh
job that was kicked off (this means also implementing that separate API endpoint) - The
refresh
endpoint should also be changed to aPUT
because mutation should not be done in aGET
.