refs #2462. ogGit, updateImage
parent
8305fcc600
commit
173f854aa2
|
@ -102,6 +102,25 @@ resources:
|
|||
uriTemplate: /image-repositories/server/git/{uuid}/branches
|
||||
controller: App\Controller\OgRepository\Git\GetBranchesAction
|
||||
|
||||
git_repository_create_tag:
|
||||
shortName: OgRepository Server
|
||||
description: Create a tag in a Git repository
|
||||
class: ApiPlatform\Metadata\Post
|
||||
method: POST
|
||||
input: App\Dto\Input\CreateTagInput
|
||||
uriTemplate: /image-repositories/server/git/{uuid}/create-tag
|
||||
controller: App\Controller\OgRepository\Git\CreateTagAction
|
||||
|
||||
git_repository_create_branch:
|
||||
shortName: OgRepository Server
|
||||
description: Create a branch in a Git repository
|
||||
class: ApiPlatform\Metadata\Post
|
||||
method: POST
|
||||
input: App\Dto\Input\CreateBranchInput
|
||||
uriTemplate: /image-repositories/server/git/{uuid}/create-branch
|
||||
controller: App\Controller\OgRepository\Git\CreateBranchAction
|
||||
|
||||
|
||||
properties:
|
||||
App\Entity\ImageRepository:
|
||||
id:
|
||||
|
|
Loading…
Reference in New Issue