Skip to content

Commit

Permalink
hotfix: Wrong endpoint of workflow creating.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhimeng committed Jul 26, 2024
1 parent 0af9476 commit ac13314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/en/annotations/create-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 'Create Workflow'
description: This page will help you get started with creating a specific workflow for annotation request, you can create multiple workflows in one project for different annotation targets, the structure refer to [Workflow config](#workflow-config).
api:
method: POST
url: /annotation/workflow/create
url: /workflow/create
---

::: request
Expand Down Expand Up @@ -32,7 +32,7 @@ api:
},
"type": {
"type": "integer",
"description": "Type of the pool, 0 represents distribution, 1 represents labeling, 2 represents inspection, 3 represents spot check, 4 represents algorithm, 5 represents completion."
"description": "Type of the pool, 0 represents distribution, 1 represents labeling, 2 represents inspection, 3 represents spot check, 4 represents algorithm (Now we primarily support 3D pre-labeling, and plan to introduce more flexible configurations in the future), 5 represents completion."
},
"workers": {
"type": "string[]",
Expand Down
2 changes: 1 addition & 1 deletion src/en/projects/create-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ api:
},
"type": {
"type": "integer",
"description": "Type of the pool, 0 represents distribution, 1 represents labeling, 2 represents inspection, 3 represents spot check, 4 represents algorithm, 5 represents completion."
"description": "Type of the pool, 0 represents distribution, 1 represents labeling, 2 represents inspection, 3 represents spot check, 4 represents algorithm (Now we primarily support 3D pre-labeling, and plan to introduce more flexible configurations in the future), 5 represents completion."
},
"workers": {
"type": "string[]",
Expand Down

0 comments on commit ac13314

Please sign in to comment.