Update a FlowAI project
Updates name, description, or members of a FlowAI Project. Members can only be updated by owners.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
projId
Project _id (UUID) or iid (integer).
Request
request body
name
description
members
Response
The updated FlowAI Project
Errors
500
Internal Server Error