Toggle Favorite
Toggle a row favorite. Returns the new favorited state.
The body is optional, and must stay so: deploy-full ships the client before the API and a loaded tab keeps its old bundle indefinitely, so a required body would 422 every favorite click in that tab until the user happens to reload. It carries analytics context only and must never feed an authorization decision — this route admits AccessLevel.READ callers.
Path parameters
Request body
Response
Successful Response
Changes
Changed in 1 of the 16 revisions of this API.2
- ○
added optional request body
request-body-added-optional
- ○
added the required property
favoritedto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○