Skip to content

Commit

Permalink
Document the creation of packages and projects via the API
Browse files Browse the repository at this point in the history
  • Loading branch information
dcermak committed Sep 6, 2019
1 parent a2073e0 commit 43f47cc
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 43f47cc

Please sign in to comment.