Update Okta account
PATCH {{baseUrl}}/api/v2/integrations/okta/accounts/:account_id
Update an Okta account.
Request Body
{"data"=>{"attributes"=>{"auth_method"=>"<string>", "domain"=>"<string>", "api_key"=>"<string>", "client_id"=>"<string>", "client_secret"=>"<string>"}, "type"=>"okta-accounts"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"attributes":{"auth_method":"\u003cstring\u003e","domain":"\u003cstring\u003e","name":"\u003cstring\u003e","api_key":"\u003cstring\u003e","client_id":"\u003cstring\u003e","client_secret":"\u003cstring\u003e"},"type":"okta-accounts","id":"\u003cstring\u003e"}}