Skip to content

Instantly share code, notes, and snippets.

@daviddavis
Created August 30, 2018 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daviddavis/c44692ba1675be75c4e0dfed15c2fca0 to your computer and use it in GitHub Desktop.
Save daviddavis/c44692ba1675be75c4e0dfed15c2fca0 to your computer and use it in GitHub Desktop.
"/pulp/api/v3/content/rpm/packages/": {
"get": {
"description": "A ViewSet for Package.\n\nDefine endpoint name which will appear in the API endpoint for this content type.\nFor example::\n http://pulp.example.com/pulp/api/v3/content/rpm/packages/\n\nAlso specify queryset and serializer for Package.",
"operationId": "pulp_api_v3_content_rpm_packages_list",
"parameters": [
{
"description": "Filter results where type matches value",
"in": "query",
"name": "type",
"required": false,
"type": "string"
},
{
"description": "Filter results where type is in a comma-separated list of values",
"in": "query",
"name": "type__in",
"required": false,
"type": "string"
},
{
"description": "A page number within the paginated result set.",
"in": "query",
"name": "page",
"required": false,
"type": "integer"
},
{
"description": "Number of results to return per page.",
"in": "query",
"name": "page_size",
"required": false,
"type": "integer"
}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment