How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Argo CD RepositoryService API

The RepositoryService API from Argo CD — 13 operation(s) for repositoryservice.

Argo CD RepositoryService API is one of 27 APIs that Argo CD publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include RepositoryService. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 17 operations across 13 paths, and defines 38 schemas. It is described by OpenAPI 3.2.0, at version version not set.

17 operations 13 paths 38 schemas 2 DELETE8 GET5 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
version not set
Resource Areas
1

Paths & Operations 17

Across 13 paths, the API surfaces 17 operations — 2 DELETE, 8 GET, 5 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

RepositoryService 17
GET
/api/v1/repositories
ListRepositories gets a list of all configured repositories
RepositoryService_ListRepositories 3 params → 200default
POST
/api/v1/repositories
CreateRepository creates a new repository configuration
RepositoryService_CreateRepository 2 params body → 200default
PUT
/api/v1/repositories/{repo.repo}
UpdateRepository updates a repository configuration
RepositoryService_UpdateRepository 1 param body → 200default
GET
/api/v1/repositories/{repo}
Get returns a repository or its credentials
RepositoryService_Get 3 params → 200default
DELETE
/api/v1/repositories/{repo}
DeleteRepository deletes a repository from the configuration
RepositoryService_DeleteRepository 3 params → 200default
GET
/api/v1/repositories/{repo}/apps
ListApps returns list of apps in the repo
RepositoryService_ListApps 4 params → 200default
GET
/api/v1/repositories/{repo}/helmcharts
GetHelmCharts returns list of helm charts in the specified repository
RepositoryService_GetHelmCharts 3 params → 200default
GET
/api/v1/repositories/{repo}/oci-tags
RepositoryService_ListOCITags 3 params → 200default
GET
/api/v1/repositories/{repo}/refs
RepositoryService_ListRefs 3 params → 200default
POST
/api/v1/repositories/{repo}/validate
ValidateAccess validates access to a repository with given parameters
RepositoryService_ValidateAccess 25 params body → 200default
POST
/api/v1/repositories/{source.repoURL}/appdetails
GetAppDetails returns application details by given path
RepositoryService_GetAppDetails 1 param body → 200default
GET
/api/v1/write-repositories
ListWriteRepositories gets a list of all configured write repositories
RepositoryService_ListWriteRepositories 3 params → 200default
POST
/api/v1/write-repositories
CreateWriteRepository creates a new write repository configuration
RepositoryService_CreateWriteRepository 2 params body → 200default
PUT
/api/v1/write-repositories/{repo.repo}
UpdateWriteRepository updates a write repository configuration
RepositoryService_UpdateWriteRepository 1 param body → 200default
GET
/api/v1/write-repositories/{repo}
GetWrite returns a repository or its write credentials
RepositoryService_GetWrite 3 params → 200default
DELETE
/api/v1/write-repositories/{repo}
DeleteWriteRepository deletes a write repository from the configuration
RepositoryService_DeleteWriteRepository 3 params → 200default
POST
/api/v1/write-repositories/{repo}/validate
ValidateWriteAccess validates write access to a repository with given parameters
RepositoryService_ValidateWriteAccess 25 params body → 200default

Schemas 38

The contract defines 38 schemas that model the data the API accepts and returns. The most detailed are v1alpha1Repository (32 properties), v1alpha1ApplicationSourceKustomize (18 properties), v1alpha1ApplicationSourceHelm (15 properties), v1alpha1ApplicationSource (10 properties). Each schema is shown below with its type and property counts.

v1alpha1ApplicationSourceHelm
object
15 properties
v1alpha1RepositoryList
object
RepositoryList is a collection of Repositories.
2 properties
v1alpha1KustomizeReplica
object
2 properties
repositoryRepoAppsResponse
object
1 property
intstrIntOrString
object
+protobuf=true +protobuf.options.(gogoproto.goprotostringer)=false +k8s:openapi-gen=true
3 properties
runtimeError
object
4 properties
v1alpha1KustomizeResId
object
3 properties
repositoryRepoAppDetailsQuery
object
5 properties
v1alpha1ApplicationSourceDirectory
object
4 properties
v1alpha1KustomizeGvk
object
3 properties
applicationv1alpha1EnvEntry
object
2 properties
v1alpha1ApplicationSourcePluginParameter
object
4 properties
repositoryPluginAppSpec
object
1 property
v1alpha1ApplicationSourcePlugin
object
3 properties
repositoryParameterAnnouncement
object
9 properties
v1alpha1ConnectionState
object
3 properties
repositoryHelmChart
object
2 properties
repositoryRefs
object
2 properties
v1alpha1ApplicationSourceKustomize
object
18 properties
v1alpha1ApplicationSource
object
10 properties
v1Time
string
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time pack…
repositoryHelmAppSpec
object
5 properties
v1alpha1HelmParameter
object
3 properties
repositoryDirectoryAppSpec
object
repositoryKustomizeAppSpec
object
1 property
v1alpha1KustomizeSelector
object
3 properties
runtimeRawExtension
object
RawExtension is used to hold extensions in external versions. To use this, make a field which has RawExtension as its type in your external, versioned struct,…
1 property
repositoryRepoResponse
object
v1alpha1JsonnetVar
object
3 properties
repositoryAppInfo
object
2 properties
repositoryRepoAppDetailsResponse
object
5 properties
v1alpha1Repository
object
32 properties
v1alpha1HelmFileParameter
object
2 properties
v1alpha1ApplicationSourceJsonnet
object
3 properties
v1ListMeta
object
ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMe…
4 properties
v1alpha1KustomizePatch
object
4 properties
repositoryHelmChartsResponse
object
1 property
protobufAny
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

argocd-repositoryservice-api-openapi.yml Raw ↑

Other APIs Argo CD publishes across the network.

Argo CD ApplicationSets API
Argo CD Projects API
Argo CD Clusters API
Argo CD Repositories API
Argo CD Accounts API
Argo CD Sessions API
Argo CD Settings API
Argo CD Certificates API
Argo CD GPG Keys API
Argo CD Notifications API
Argo CD Version API
Argo CD Application CRD
Where this information came from

This is an independent, third-party profile of Argo CD RepositoryService API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.