The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /entity/{id}/dockerCommit

Add a commit (tag and digest) for an external/unmanaged Docker repository. (Commits for managed repositories are added via direct integration with the Synapse Docker registry.)

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/entity/{id}/dockerCommit

Resource URL Variables
{entityId} the ID of the Docker repository entity
Resource Information
Authentication Required
Required OAuth Scopes modify
HTTP Method POST
Request Object DockerCommit
(application/json)
Response Object None