Applies a partial update to a folder. Only the fields present in the body are modified.
Path parameters
-
Unique identifier (GUID) of the acting user. All Transact Workflow resources are scoped to a user.
-
GUID of the folder.
PATCH
/transact-workflow/v1/users/{userId}/Folders/{folderId}
curl \
--request PATCH 'https://gateway.lwolf.com/transact-workflow/v1/users/{userId}/Folders/{folderId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "lw-subscription-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"name":"string"}'
Request examples
{
"name": "string"
}
Response examples (400)
{
"error": "string",
"message": "string"
}
Response examples (401)
{
"error": "string",
"message": "string"
}
Response examples (403)
{
"error": "string",
"message": "string"
}
Response examples (404)
{
"error": "string",
"message": "string"
}