PATCH /transact-workflow/v1/Users/{userId}/Folders/{key}

Path parameters

  • userId string Required
  • key string Required
application/json

Body Required

  • userId string
  • transactionId string
  • name string

Responses

  • 200

    Updated

PATCH /transact-workflow/v1/Users/{userId}/Folders/{key}
curl \
 --request PATCH 'https://api.pre.lwolf.com/transact-workflow/v1/Users/{userId}/Folders/{key}' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json" \
 --data '{"userId":"string","transactionId":"string","name":"string"}'
Request examples
{
  "userId": "string",
  "transactionId": "string",
  "name": "string"
}