Skip to content

Commit

Permalink
Updated project README file to add the endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Nov 25, 2024
1 parent 0c10e84 commit bbf5563
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/project-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,18 @@ system, including creating, updating, and deleting projects, as well as managing
]
```

#### **Finalize Workflows belong to a Project**

- **Method**: `POST`
- **Path**: `/project/api/projects/{projectId}/workflows/{workflowId}/finalize`
- **Description**: Finalize workflow a specific workflow in a specific project.
- **Path Parameter**:
- `projectId` (string) - ID of the project.
- `workflowId` (string) - ID of the workflow.
- **Example**:
```http
GET /project/api/projects/66c60ba518da486b1e9c08d5/workflows/c81ab517-77a3-472a-a1a6-db08d1fadb35/finalize
#### **Remove Workflows from a Project**
- **Method**: `DELETE`
Expand Down

0 comments on commit bbf5563

Please sign in to comment.