The usage of the different methods in the Access API are as follows:
PUT: Designed as an override and replaces the existing entity. It creates a new entity there none exists.
POST: Creates a new entity.
PATCH: Modifies an existing entity.
Base URL
For V1 APIs <JFrog Base URL>/access/api/v1 For example: http://ARTIFACTORY_SERVER_HOSTNAME:8082/access/api/v1 For V2 APIs <JFrog Base URL>/access/api/v2 For example: http://ARTIFACTORY_SERVER_HOSTNAME:8082/access/api/v2