Update User Pool Client
POST {{aws_cognito_identity_provider_base_url}}/?Action=UpdateUserPoolClient
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | Set to code to initiate a code grant flow, which provides an authorization code as the response. This code can be exchanged for access tokens with the token endpoint. |
Request Body
{"ClientId"=>"string", "UserPoolId"=>"string"}