Support updating ‘REPOSITORY URL’ via api call

Description of the feature request

I would like to be able to update ‘REPOSITORY URL’ via api call

Use case / for what or how I would use it

It will be useful in the following scenario when integrate AWS CodeCommit with Bitrise:
I am going to rotate ssh key programatically(using AWS Secrets Manager + rotation lambda function) I can update a private ssh key on Bitrise via Bitrise Swagger UI. But in AWS a new added public ssh key has a new ‘SSH key ID’. ‘SSH key ID’ is a part of ‘REPOSITORY URL’ but there is no any api to update this url.

There does now appear to be a repository_url field in the PATCH /apps/{app_slug} endpoint - Bitrise Swagger UI

Hi @ymatskevich and @nathan-bb, we have released a PATCH endpoint that supports updating various App properties, syntax:

PATCH /apps/{app-slug}

You can find more information in Adding and managing apps - Bitrise Docs

Please let me know if this helps or do you need more support.

1 Like