Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix(cloud.project.container-registry): specify array response (#277)
Browse files Browse the repository at this point in the history
Signed-off-by: Marie JONES <[email protected]>
  • Loading branch information
marie-j authored Feb 4, 2020
1 parent 842d235 commit a86e7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ angular.module('ovh-api-services').service('OvhApiCloudProjectContainerRegistryV
getCapabilities: {
method: 'GET',
url: '/cloud/project/:serviceName/capabilities/containerRegistry',
isArray: true,
},
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ angular.module('ovh-api-services').service('OvhApiCloudProjectContainerRegistryP
getCapabilities: {
method: 'GET',
url: '/cloud/project/:serviceName/containerRegistry/:registryID/capabilities/plan',
isArray: true,
},
}));

0 comments on commit a86e7b0

Please sign in to comment.