Skip to main content
PATCH
/
api
/
v1
/
projects
/
{projectUuid}
/
favorites
Error
A valid request URL is required to generate request examples
{
  "results": {
    "contentUuid": "<string>",
    "contentType": "chart",
    "isFavorite": true
  },
  "status": "ok"
}

Path Parameters

projectUuid
string
required

project uuid

Body

application/json

the content type and uuid to toggle

the content type and uuid to toggle

contentUuid
string
required
contentType
enum<string>
required
Available options:
chart,
dashboard,
space

Response

Success

results
object
required
status
enum<string>
required
Available options:
ok