Organization
    Cookie Security Configuration
      Get CookieSecurityConfigurationgetPut CookieSecurityConfigurationputPatch CookieSecurityConfigurationpatch
    Organization - Declarative APIs
    Organization - Entity APIs
    Options
    CSP Directives
    JWKS
    Notification Channels
    Identity Providers
Users and User Groups
Permissions
Data Source
Workspaces
Logical Data Model
Analytical Objects
Reporting
Export & Automations
Other
Schemas
powered by Zudoku
OpenAPI definition

Cookie Security Configuration (3.50)

Endpoint:/

Get CookieSecurityConfiguration

GET
/api/v1/entities/admin/cookieSecurityConfigurations/{id}

Get CookieSecurityConfiguration › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Get CookieSecurityConfiguration › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Get CookieSecurityConfiguration › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of cookieSecurityConfiguration entity.

  • linksobject
GET /api/v1/entities/admin/cookieSecurityConfigurations/{id}

Put CookieSecurityConfiguration

PUT
/api/v1/entities/admin/cookieSecurityConfigurations/{id}

Put CookieSecurityConfiguration › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Put CookieSecurityConfiguration › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Put CookieSecurityConfiguration › Request Body

  • dataobject · required

    JSON:API representation of cookieSecurityConfiguration entity.

Put CookieSecurityConfiguration › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of cookieSecurityConfiguration entity.

  • linksobject
PUT /api/v1/entities/admin/cookieSecurityConfigurations/{id}

Patch CookieSecurityConfiguration

PATCH
/api/v1/entities/admin/cookieSecurityConfigurations/{id}

Patch CookieSecurityConfiguration › path Parameters

  • idstring · pattern: ^(?!\.)[.A-Za-z0-9_-… · required

Patch CookieSecurityConfiguration › query Parameters

  • filterstring

    Filtering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').

Patch CookieSecurityConfiguration › Request Body

  • dataobject · required

    JSON:API representation of patching cookieSecurityConfiguration entity.

Patch CookieSecurityConfiguration › Responses

Request successfully processed

  • dataobject · required

    JSON:API representation of cookieSecurityConfiguration entity.

  • linksobject
PATCH /api/v1/entities/admin/cookieSecurityConfigurations/{id}

Organization - Declarative APIs