adobe-firefly-sdk
    Preparing search index...

    Type Alias RemapLinksData

    type RemapLinksData = {
        body: RemapLinksRequest;
        headers: {
            Authorization: string;
            "x-aem-token": string;
            "x-api-key": string;
            "x-gw-ims-org-id"?: string;
        };
        path?: never;
        query?: never;
        url: "/v3/remap-links";
    }
    Index

    Properties

    Job request object that specifies parameters for remapping links in the InDesign document.

    headers: {
        Authorization: string;
        "x-aem-token": string;
        "x-api-key": string;
        "x-gw-ims-org-id"?: string;
    }

    Type Declaration

    • Authorization: string

      The authorization token with bearer "token_value". For example: Bearer <access_token>.

    • x-aem-token: string

      Bearer token generated for the AEM technical account without the bearer keyword.

    • x-api-key: string

      API key as defined in Adobe's Developer Console.

    • Optionalx-gw-ims-org-id?: string

      This is the identifier for Adobe Identity Management Service (IMS) as defined in Adobe's Developer Console. This is optional.

    path?: never
    query?: never
    url: "/v3/remap-links"