adobe-firefly-sdk
    Preparing search index...

    Type Alias GetProjectPermissionsData

    type GetProjectPermissionsData = {
        body?: never;
        headers?: { "x-request-id"?: string };
        path: { assetId: AssetId };
        query?: never;
        url: "/projects/{assetId}/permissions";
    }
    Index

    Properties

    body?: never
    headers?: { "x-request-id"?: string }

    Type Declaration

    • Optionalx-request-id?: string

      The X-Request-Id header is used to identify a request. It can be used to correlate logs and other resources and is intended to be a non-persistent identifier.

    path: { assetId: AssetId }

    Type Declaration

    • assetId: AssetId

      The ID of the asset to get.

    query?: never
    url: "/projects/{assetId}/permissions"