update faq
PATCH
/v1/faq/{faqId}
general
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request PATCH '/v1/faq/{{faqId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Como serão realizados os sorteios?",
"description": "Os sorteios serão realizados pela Caixa Econômica Federal"
}'
Response Response Example
204 - Success
{
"summary": "Success",
"value": ""
}
Request
Path Params
faqId
string
required
Example:
{{faqId}}
Body Params application/json