Update Catalog Task Variable using REST API
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 02:22 AM
I am trying to update a sc task variable using patch api (/api/now/table/sc_task/<task_sys_id>)
Body-
{
"sys_id":"7ceb8c101bae8e50aa03b9de034bcbba",
"variables":{"support_request_type":"Access"}
}
But the field(support_request_type) is not getting updated.
Want to know like what is process for updating the variables using REST API.
0 REPLIES 0