v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
App Builder

Update App Favorite Status

Add or remove an app from the current user's favorites. Favorited apps can be filtered for using the filter[favorite] query parameter on the List Apps endpoint.

patch/api/v2/app-builder/apps/{app_id}/favorite

Path parameters

app_idstring uuid required

The ID of the app.

Request body

Example request

{
  "data": {
    "attributes": {
      "favorite": true
    },
    "type": "favorites"
  }
}

Response

No Content