Skip to content

Commit

Permalink
Add API documentation for xcmsync xpath search
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed May 31, 2024
1 parent 673276d commit b866977
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/api/public/apidocs/paths/search_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ get:
Providing a value of `*` will return all packages.
Available predicates are:
- Package fields: `@name`, `title`, `description`, and `kind`.
- Package fields: `@name`, `title`, `description`, `scmsync`, and `kind`.
- `@project`: name of the project of the package.
- Devel package fields:
- `devel/@project`: name of the devel project of the package.
Expand Down
2 changes: 1 addition & 1 deletion src/api/public/apidocs/paths/search_package_id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ get:
Not providing a value or providing a value of `*` will return all packages.
Available predicates are:
- Package fields: `@name`, `title`, `description`, and `kind`.
- Package fields: `@name`, `title`, `description`, `scysync`, and `kind`.
- `@project`: name of the project of the package.
- Devel package fields:
- `devel/@project`: name of the devel project of the package.
Expand Down
2 changes: 1 addition & 1 deletion src/api/public/apidocs/paths/search_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ get:
Providing a value of `*` will return all projects.
Available predicates are:
- Project fields: `@name`, `@kind`, `title`, `description`, `url`, and `remoteurl`.
- Project fields: `@name`, `@kind`, `title`, `description`, `scmsync`, `url`, and `remoteurl`.
- `package/@name`: name of the packages of the project.
- `attribute/@name`: name of the attributes of the project.
- Users and groups:
Expand Down
2 changes: 1 addition & 1 deletion src/api/public/apidocs/paths/search_project_id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ get:
Not providing a value or providing a value of `*` will return all projects.
Available predicates are:
- Project fields: `@name`, `@kind`, `title`, `description`, `url`, and `remoteurl`.
- Project fields: `@name`, `@kind`, `title`, `description`, `scmsync`, `url`, and `remoteurl`.
- `package/@name`: name of the packages of the project.
- `attribute/@name`: name of the attributes of the project.
- Users and groups:
Expand Down

0 comments on commit b866977

Please sign in to comment.