...
curl -X POST 'https://iot.clearblade.com/api/v/1/code/aae9b9b30c8aa4e49081c7eeb9bb07/updateProjectCredentials' -H 'ClearBlade-UserToken: {token}' -d '{"credentials": {"type": "abc", "project": "{project}", "region": "{region}", "registry": "{registry}"_id": "abc", "private_key_id": "abc", "private_key": "abc", "client_email": "abc", "client_id": "abc", "auth_uri": "abc", "token_uri": "abc", "token_uri": "abc", "auth_provider_x509_cert_url": "https://", "client_x509_cert_url": "https://"}}'
Using the instructions at the start of this document, replace the following: https://iot.clearblade.com
with your URL. aae9b9b30c8aa4e49081c7eeb9bb07
with your systemKey. {token} with your token.