Can we change ClientId and Secret in Connections using API management

I am creating Connections using API management.
I have been able to create Multiple Connections however, I cannot change / Add the ClientId part of the Connection.

Hey there!

You can change the client secret using the Management API but unfortunately not the ClientID. I highly encourage you to place appropriate feedback regarding that using our Feedback category here:

i want to add during Create API call.

{
“name”: “ggle2”,
“strategy”: “google-apps”,
“options”: {
“client_id”: “302281034921-hemo8iakef3k8oor8kg19hjotp0bgt77.apps.googleusercontent.com”,
“client_secret”: “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”
}
}

is above body to create connection with clientId is Correct?

can you please share Payload body or
let me know below payload Body is correct :

{
“name”: “ggle2”,
“strategy”: “google-apps”,
“options”: {
“client_id”: “302281034921-hemo8iakef3k8oor8kg19hjotp0bgt77.apps.googleusercontent.com”,
“client_secret”: “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”
}
}