microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
201 stars 84 forks source link

subjectRightsRequests - Update (Patch) & Delete is not working (Both Privacy & Security) #3228

Open MayankHatsOff opened 1 week ago

MayankHatsOff commented 1 week ago

Describe the bug A clear and concise description of what the bug is. { "error": { "code": "UnknownError", "message": "{\"message\":\"No HTTP resource was found that matches the request URI 'https://aedservice-apc02.cloudapp.net/compliance/privacyManagement/dataSubjectRequest('7af04277-68bf-49f4-befe-72f0fb33d0e1')'.\",\"messageDetail\":\"No type was found that matches the controller named 'dataSubjectRequest'.\"}", "innerError": { "date": "2024-06-24T11:11:19", "request-id": "1488e901-67b7-43ee-ab68-07275aad891e", "client-request-id": "f441dd6b-871c-dfab-5b99-db607b3b6fca" } } }

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on 'Resources' & search for subjectRightsRequests
  3. Scroll down to 'Patch' or 'Delete' in either "Privacy" or "Security" & try to execute it
  4. See error

Expected behavior It should update / delete the request

Screenshots Graph Error