Request
Body Params application/json
{
"funcId": "28",
"funcName": "Nathan Lebsack",
"logo": "",
"space": "dolor ad amet Lorem",
"desc": "sit consectetur Excepteur cillum",
"status": "ea",
"startTime": "2026-02-04 17:46:57",
"endTime": "2024-05-29 03:54:56",
"plId": "62",
"funcPlId": "61",
"roleTmpltId": "98",
"cls": "ex ea"
}
Request Code Samples
curl --location --request POST '/yVO/api/Function/Update' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'appKey;' \
--header 'signature;' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"funcId": "28",
"funcName": "Nathan Lebsack",
"logo": "",
"space": "dolor ad amet Lorem",
"desc": "sit consectetur Excepteur cillum",
"status": "ea",
"startTime": "2026-02-04 17:46:57",
"endTime": "2024-05-29 03:54:56",
"plId": "62",
"funcPlId": "61",
"roleTmpltId": "98",
"cls": "ex ea"
}'
Responses
application/json {
"StatusCode": 200,
"Info": "",
"Data": {},
"Total": 0
}
Modified at 2025-03-21 02:39:12