Update a security question
PATCH {{stripeUrl}}/admin/v1/SecurityQuestions/{{securityquestionId}}
For all internal and default resources, the security question ID for out of the box default security questions is defaulted to text. After you create a new security question, the system generate a numeric ID.
Request Body
{"schemas"=>["urn:ietf:params:scim:api:messages:2.0:PatchOp"], "Operations"=>[{"op"=>"replace", "path"=>"active", "value"=>false}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Date | string | ||
Content-Type | string | ||
x-content-sha256 | string |