Skip to content

Commit

Permalink
URLs correction of available assignees and available assignees (#9017)
Browse files Browse the repository at this point in the history
The concerned URLs of concerned functionalities don't contain "work_packages" string in the reality.
  • Loading branch information
marcelotm23 committed Feb 16, 2021
1 parent f028241 commit 32d7a2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/apiv3/endpoints/work-packages.apib
Expand Up @@ -2116,14 +2116,14 @@ Returns the activity resource
"message": "The specified work package does not exist."
}
## Available Assignees [/api/v3/projects/{project_id}/work_packages/available_assignees]
## Available Assignees [/api/v3/projects/{project_id}/available_assignees]
+ Model
+ Body
{
"_links": {
"self": { "href": "/api/v3/projects/42/work_packages/available_assignees" }
"self": { "href": "/api/v3/projects/42/available_assignees" }
},
"total": 2,
"count": 2,
Expand Down Expand Up @@ -2230,14 +2230,14 @@ Gets a list of users that can be assigned to work packages in the given project.
"message": "The specified project does not exist."
}
## Available Responsibles [/api/v3/projects/{project_id}/work_packages/available_responsibles]
## Available Responsibles [/api/v3/projects/{project_id}/available_responsibles]
+ Model
+ Body
{
"_links": {
"self": { "href": "/api/v3/projects/42/work_packages/available_responsibles" }
"self": { "href": "/api/v3/projects/42/available_responsibles" }
},
"total": 2,
"count": 2,
Expand Down

0 comments on commit 32d7a2f

Please sign in to comment.