This call edits a project on the Seven Bridges Platform. As a project Admin you can use it to change the name, settings, tags or billing group of the project.
Users with write permissions in the project can change the project description.
Path for Seven Bridges Platform EUIf you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/projects/{project_owner}/{project}
PATCHIf your client does not support
PATCHrequests, you can usePOSTto send this request, along with the query parameter_method=PATCH:i.e.
https://api.sbgenomics.com/v2/projects/{project_owner}/{project}?_method=PATCH
Referring to your projectNote that
project_owneris always case-sensitive, and thatprojectis not the project's name but its ID, or short name. For full details of identifying objects using the API, please see the API overview.
