Replace a CAPTCHA instance
PUT {{baseUrl}}/api/v1/captchas/:captchaId
Replaces a CAPTCHA instance by captchaId
Request Body
{"name"=>"myHCaptcha", "secretKey"=>"xxxxxxxxxxx", "siteKey"=>"xxxxxxxxxxx", "type"=>"HCAPTCHA"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"abcd1234","name":"myHCaptcha","siteKey":"xxxxxxxxxxx","type":"HCAPTCHA","_links":{"self":{"href":"https://your-subdomain.okta.com/api/v1/captchas/abcd1234","hints":{"allow":["GET","POST","PUT","DELETE"]}}}}