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
A PUT request should update the resource to the exact contents of its payload; currently, a PUT request to /admin/challs/:id will do a shallow merge with the existing challenge data. Merging functionality should only happen with the PATCH verb.
The text was updated successfully, but these errors were encountered:
A
PUT
request should update the resource to the exact contents of its payload; currently, aPUT
request to/admin/challs/:id
will do a shallow merge with the existing challenge data. Merging functionality should only happen with thePATCH
verb.The text was updated successfully, but these errors were encountered: