You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The middleware api documentation indicated a GET request to the deprovisioning endpoint will start a dry-run for the deprovidioning. When calling the API with the GET method, an error is returned instead.
{"errors":["Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException: No route found for \u0022GET \/deprovision\/urn:collab:person:surf.nl:peter12345\u0022: Method Not Allowed (Allow: DELETE)"]}⏎
The text was updated successfully, but these errors were encountered:
At first sight the URL seems invalid and it should for a dry run be the following: GEThttp://middleware/deprovision/urn:collab:person:surf.nl:peter12345/dry-run.
The middleware api documentation indicated a GET request to the deprovisioning endpoint will start a dry-run for the deprovidioning. When calling the API with the GET method, an error is returned instead.
The text was updated successfully, but these errors were encountered: