adobe-firefly-sdk
    Preparing search index...

    Type Alias UpdateScriptAppVersionData

    type UpdateScriptAppVersionData = {
        body: AppVersionUpdateRequest;
        headers: { Authorization: string; "x-api-key": string };
        path: { script_name: string };
        query?: never;
        url: "/v3/scripts/{script_name}/app-version";
    }
    Index

    Properties

    Configuration for the app version strategy. The majorAppVersion and minorAppVersion fields are optional and their requirement depends on the selected strategy.

    headers: { Authorization: string; "x-api-key": string }

    Type Declaration

    • Authorization: string

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

    • x-api-key: string

      The API key as defined in Adobe's Developer Console.

    path: { script_name: string }

    Type Declaration

    • script_name: string

      Name of the custom script to update

    query?: never
    url: "/v3/scripts/{script_name}/app-version"