v1
latestOpenAPI 3.0.02026-07-242035712.0 MBApata
Update Challenge Profile
This API provides the ability to update challenge profile.It's a Pass through API that internally calls Apata API
post/pws/pws_update_challenge_profile/
Request body
Example request
{
"api_call_unique_identifier": "438574845790657485",
"client_id": 760131,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "My Challenge Profile",
"description": "string",
"properties": {
"challenge_interface_id": "cf3604c5-29dc-4cb3-a4c0-403981d3a6f0",
"options": [
{
"alias": "string",
"challenge_method_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
]
}
}Response
Successful Response
Example response
{
"header": {
"error_desc": "success"
},
"body": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "My Challenge Profile",
"description": "string",
"type": "V1",
"alias": "string",
"properties": {
"choiceChallengeInterfaceId": "cf3604c5-29dc-4cb3-a4c0-403981d3a6f0",
"options": [
{
"alias": "string",
"challengeMethodIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}
]
}
}
}