Update path
Update path
Changes an existing function path in place. The response carries only a confirmation message, so refetch the function path to read its new values.
PATCH
Update path
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the function path to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Body
application/json
Response
200 - application/json
Confirms the path's name or label was changed. The body is a message only, and because the name is what function code returns to select this path, renaming it affects that code.
A human-readable message confirming the update.