refs #1472. Changes in images and imageRepo
testing/ogcore-api/pipeline/head This commit looks good Details

hotfix-timeout
Manuel Aranda Rosales 2025-02-13 08:38:22 +01:00
parent 3ed65f0668
commit 7ede1a646a
1 changed files with 6 additions and 6 deletions

View File

@ -26,10 +26,10 @@ resources:
image_ogrepository_sync:
shortName: OgRepository Server
class: ApiPlatform\Metadata\Get
method: GET
class: ApiPlatform\Metadata\Post
method: POST
input: false
uriTemplate: /image-repositories/server/sync
uriTemplate: /image-repositories/server/{uuid}/sync
controller: App\Controller\OgRepository\SyncAction
wol_client:
@ -42,10 +42,10 @@ resources:
get_collection_images_ogrepository:
shortName: OgRepository Server
description: Get collection of image in OgRepository
class: ApiPlatform\Metadata\Get
method: GET
class: ApiPlatform\Metadata\Post
method: POST
input: false
uriTemplate: /image-repositories/server/get-collection
uriTemplate: /image-repositories/server/{uuid}/get-collection
controller: App\Controller\OgRepository\GetCollectionAction
images_ogrepository_status: