AWS
Update IAM Access Key
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
AWS
Update IAM Access Key
Update IAM Access Key or set a region when using IAM instance role
PUT
/
integrations
/
aws
/
iam
/
accesskeys
curl --request PUT \
--url https://use.hoop.dev/api/integrations/aws/iam/accesskeys \
--header 'Content-Type: application/json' \
--data '{
"access_key_id": "AKIAIOSFODNN7EXAMPLE",
"region": "us-west-2",
"secret_access_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
"session_token": "AQoEXAMPLEH4aoAH0gNCAPyJxz4BlCFFxWNE1OPTgk5TthT+FvwqnKwRcOIfrRh3c/LTo6UDdyJwOOvEVPvLXCrrrUtdnniCEXAMPLE/IvU1dYUg2RVAJBanLiHb4IgRmpRV3zrkuWJOgQs8IZZaIv2BXIa2R4Olgk"
}'
This response does not have an example.
Body
application/json
The request body resource
The body is of type object
.
Response
204
No Content
curl --request PUT \
--url https://use.hoop.dev/api/integrations/aws/iam/accesskeys \
--header 'Content-Type: application/json' \
--data '{
"access_key_id": "AKIAIOSFODNN7EXAMPLE",
"region": "us-west-2",
"secret_access_key": "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
"session_token": "AQoEXAMPLEH4aoAH0gNCAPyJxz4BlCFFxWNE1OPTgk5TthT+FvwqnKwRcOIfrRh3c/LTo6UDdyJwOOvEVPvLXCrrrUtdnniCEXAMPLE/IvU1dYUg2RVAJBanLiHb4IgRmpRV3zrkuWJOgQs8IZZaIv2BXIa2R4Olgk"
}'
This response does not have an example.