...
Description | URI | Method | Request Parameters | Request Body | Response Body | ||||
---|---|---|---|---|---|---|---|---|---|
Authorization Request | /bearerToken | GET | service, scope | -- | BearerToken | ||||
Add a commit to an external repository. (Also changes modifiedBy, modifiedOn for the entity.) | /entity/{id}/dockerCommit | POST | -- | DockerCommit | -- | ||||
Get the commits for a repository. | /entity/{id}/dockerCommit | GET | -- | -- | DockerCommitList | ||||
Get the repository DockerRepository for a commit. | /entity/dockerDigest/{digest} | GET | -- | -- | DockerRepository | ||||
Get Docker password for a Docker registry. (System will generate automatically.) | /dockerPassword | GET | registryHost | -- | Password | ||||
Invalidate password for a Docker registry. | /dockerPassword | DELETE | registryHost | -- | -- |
...