Parameters for the listTaxonomies operation.

interface ListTaxonomiesParams {
    headers?: OutgoingHttpHeaders;
    projectId?: string;
    signal?: AbortSignal;
    spaceId?: string;
}

Hierarchy

  • DefaultParams
    • ListTaxonomiesParams

Properties

headers?: OutgoingHttpHeaders
projectId?: string

The project that contains the resource. Either space_id or project_id query parameter has to be given.

signal?: AbortSignal
spaceId?: string

The space that contains the resource. Either space_id or project_id query parameter has to be given.