Modify a Project

Edit basic JFrog Platform Project settings as a Platform Admin from Edit Settings on the project overview.

Platform Admins can change the basic settings of a JFrog Project by clicking Edit Settings above the project.

How to Modify Project Settings

  1. Open the project in the JFrog Platform UI.
  2. Click Edit Settings above the project.
  3. Update the project settings you need to change, then save.

You can also update project properties with the Update Project API:

PUT <BASE_URL>/access/api/v1/projects/<PROJECT_KEY>

Where:

  • <BASE_URL>: Your JFrog Platform base URL for the Access API
  • <PROJECT_KEY>: The unique project key

For example:

PUT https://company.jfrog.io/access/api/v1/projects/mobile-app

Related Topics


Did this page help you?