Skip to main content
PUT
/
di-favorite
/
toggle
{
  "id": "<string>",
  "identifier": "<string>",
  "type": "<string>",
  "space": "<string>",
  "user": "jsmith@example.com",
  "tag": [
    "<string>"
  ],
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Query Parameters

space
string

Space Identifier

Body

application/json
type
string

Type

identifier
string

Identifier

Maximum string length: 255
Pattern: ^[a-z0-9-]+$

Response

Deleted an object configuration

id
string

A unique identifier for the entry

Maximum string length: 32
identifier
string

Identifier of the linked configuration

Maximum string length: 255
Pattern: ^[a-z0-9-]+$
type
string

Type of the linked configuration

Maximum string length: 255
Pattern: ^[a-z0-9-]+$
space
string

The space where this item is tagged

Maximum string length: 255
user
string<email>

The email address of the user

tag
string[]

The user assigned tags

createdAt
string<date-time>

Creation date

updatedAt
string<date-time>

Creation date