getGraphQL endpoint for gitops resourcesAuthorization (in header): string Given Bearer token will use this as authorization for the API
200: successpostGraphQL endpoint for gitops resourcesAuthorization (in header): string Given Bearer token will use this as authorization for the API
200: successgetList application and applicationsets in a projectAuthorization (in header): string Given Bearer token will use this as authorization for the API
project (in path): string required project name
filter (in query): string list filter
type (in query): string app type
200UnstructuredList: successObject: objectitems: []UnstructuredObject: objectgetGet directories of a repositoryAuthorization (in header): string Given Bearer token will use this as authorization for the API
repoURL (in query): string repository url
revision (in query): string Revision reference
appName (in query): string name of application
appProject (in query): string name of AppProject
200RepoDirectoryList: successitems: []RepoDirectorypath: stringtype: stringgetGet references in a repositoryAuthorization (in header): string Given Bearer token will use this as authorization for the API
repoURL (in query): string repository url
200RepoRefs: successbranches: []stringtags: []string