-
|
Hi! What am I doing wrong? What code I have: I have tried with api_version=1 and api_verison=2 And everytime i got And as i read in artifactory documentation (https://jfrog.com/help/r/jfrog-rest-apis/get-a-list-of-groups) api should be: /access/api/v2/groups |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello! Also you should know that the library was written for the "old" Security APIs, when they were exposed on the artifactory service instead of the access service (https://jfrog.com/help/r/jfrog-rest-apis/artifactory-security). |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! It works! |
Beta Was this translation helpful? Give feedback.
Hello!
Can you try to specify your Artifactory URL with the
/artifactoryat the end? likehttps://artifactory-test.SOMETHING.net/artifactoryAlso you should know that the library was written for the "old" Security APIs, when they were exposed on the artifactory service instead of the access service (https://jfrog.com/help/r/jfrog-rest-apis/artifactory-security).