Skip to content

Commit

Permalink
Merge pull request #8293 from dcermak/extend_api_docs
Browse files Browse the repository at this point in the history
Document the creation of packages and projects via the API
  • Loading branch information
dmarcoux committed Sep 9, 2019
2 parents a872356 + 43f47cc commit cb36a26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api/api/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ PUT /source/<project>/_meta

Write project meta file.

If the project does not exist, create it.

Parameters:

comment: comment, optional
Expand Down Expand Up @@ -550,6 +552,8 @@ PUT /source/<project>/<package>/_meta
Write project meta data. Writing of the project meta data commits the packages
contained in the project to the build backend.

If the package does not exist, create it.

Parameters:

comment: comment, optional
Expand Down

0 comments on commit cb36a26

Please sign in to comment.