Skip to content

Commit

Permalink
Merge pull request #10669 from saraycp/correct_apidocs
Browse files Browse the repository at this point in the history
Correct 'person/<userid>/token' post method in apidocs
  • Loading branch information
saraycp committed Jan 21, 2021
2 parents 9112a71 + d444bd9 commit d417bba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/api/api/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,8 @@ POST /person/<userid>/token
Create a new authentication token for this user. It may be limited for a specific package
via optional project&package parameters.

cmd: create
project: create a token for a specific project
package: create a token for a specific package
project: together with package, used to create a token for a specific package
package: together with project, used to create a token for a specific package
operation: runservice(default), rebuild, release

XmlResult: status
Expand Down

0 comments on commit d417bba

Please sign in to comment.