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
Create resource with POST /foo/bar, which has a response body of integer for the created resource ID, eg 123.
Update resource with PUT /foo/bar with a JSON request body using the integer previously returned, eg { "id": 123 }
Get resource with GET /foo/bar/123
💡 Idea
Scenario I am trying to support with annotations.
Create resource with POST
/foo/bar
, which has a response body of integer for the created resource ID, eg123
.Update resource with PUT
/foo/bar
with a JSON request body using the integer previously returned, eg{ "id": 123 }
Get resource with GET
/foo/bar/123
I imagined an annotation such as the following
Design Notes
No response
The text was updated successfully, but these errors were encountered: