SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias BckndArgoCDApplicationDataRepoName

    BckndArgoCDApplicationDataRepoName: {
        applicationName?: string;
        path: string;
        repositoryName: string;
        revision: string;
    } & Record<string, any>

    Representation of the 'BckndArgoCDApplicationDataRepoName' schema.

    Type Declaration

    • OptionalapplicationName?: string

      ArgoCD application name in the request body Max Length: 54. Min Length: 3. Pattern: "^[a-z0-9\-]+$".

    • path: string

      path within the repository to synchronise

    • repositoryName: string

      Name of the repository to synchronise

    • revision: string

      revision to synchronise

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.