Security
bearerAuth
PUT
curl -i -X PUT \
'https://leadgen.grinfi.io/flows/api/flow-workspaces/{uuid}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string",
"order": 0
}'Response
{ "uuid": "string", "team_id": 0, "user_id": 0, "name": "Q2 Campaigns", "order": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" }