Fix aglio warnings in relations

[ci skip]
pull/4958/head
Oliver Günther 8 years ago
parent c201633ee5
commit b765444853
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 2
      doc/apiv3/endpoints/relations.apib
  2. 2
      doc/apiv3/endpoints/work-packages.apib

@ -321,7 +321,7 @@ applicable for the other relations.
"message": "The specified relation type does not exist."
}
## Relations [/api/v3/relations?offset,pageSize,filters,sortBy]
## Relations [/api/v3/relations{?offset,pageSize,filters,sortBy}]
+ Model
+ Body

@ -1386,7 +1386,7 @@ If the request succeeds, the specified user is not watching the work package any
"message": "The specified work package does not exist."
}
## Available relation candidates [/api/v3/work_packages/{id}/available_relation_candidates?filters,query,offset,pageSize]
## Available relation candidates [/api/v3/work_packages/{id}/available_relation_candidates{?filters,query,offset,pageSize}]
Lists work packages with which this work package can be in a relation.
Only sound candidates are returned. For instance a work package cannot stand in relation to itself,

Loading…
Cancel
Save