{ "operationId": "put-reauthorize-namespace", "method": "PUT", "path": "/auth/namespaces/{namespaceId}", "summary": "Akamai Reauthorize a Namespace", "requestExamples": [ { "contentType": "application/json", "example": { "groupId": 4284 } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "groupId": 4284 } }, { "status": "400", "contentType": "application/problem+json", "example": { "detail": "That resource does not exist or you are missing the 'AUTHORIZE_NAMESPACE' permission for it.", "errorCode": "EKV_1002", "instance": "/edgekv/error-instances/2c82be29-f909-4d42-b775-de404e264fd9", "status": 400, "title": "Bad Request", "type": "/edgekv/error-types/edgekv-bad-request", "additionalDetail": { "requestId": "1d646f05c4ca4df9" } } }, { "status": "500", "contentType": "application/problem+json", "example": { "detail": "An internal error occurred.", "errorCode": "EKV_0000", "instance": "/edgekv/error-instances/cdb7767c-817e-4805-9f28-0816eefa0ba8", "status": 500, "title": "Internal Server Error", "type": "/edgekv/error-types/edgekv-internal-server-error", "additionalDetail": { "requestId": "cd9b61e08148009b" } } } ] }