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

fix(cloud.project.container-registry): specify array response #277

Merged
merged 1 commit into from
Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,
},
}));