Creating group using API fails with "Deploying to groups is a PRO-licensed feature."

Hello,
We’re able to manually create groups for docker and NPM without any issues, but as soon as we try to use the API to create the same groups, it fails and get the following error: “Deploying to groups is a PRO-licensed feature.”.

We aren’t trying to deploy to these groups, simply create them using the API…
/v1/repositories/docker/group

Any idea what’s going on?

Solution was to drop the “writeableMember” parameter (included by default) which is a pro feature. Error message definitely should be more clear about this.

1 Like