Project

Profile

Help

Issue #4307

closed

Schema shows pulp_file content endpoints instead of all pulp api endpoints

Added by ttereshc over 5 years ago. Updated almost 5 years ago.

Status:
CLOSED - WORKSFORME
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

http://localhost:8000/pulp/api/v3/

info:
  description: ''
  title: Pulp API
  version: ''
openapi: 3.0.0
paths:
  /pulp/api/v3/:
    get:
      description: ViewSet for FileContent.
      operationId: v3_list
      parameters:
      - in: query
        name: page
        schema:
          description: A page number within the paginated result set.
          title: !!python/tuple
          - Page
          type: integer
      - in: query
        name: page_size
        schema:
          description: Number of results to return per page.
          title: !!python/tuple
          - Page size
          type: integer
      - in: query
        name: relative_path
        schema:
          description: Filter results where relative_path matches value
          title: !!python/tuple
          - ''
          type: string
      - in: query
        name: digest
        schema:
          description: Filter results where digest matches value
          title: !!python/tuple
          - ''
          type: string
      - in: query
        name: repository_version
        schema:
          description: Repository Version referenced by HREF
          title: !!python/tuple
          - ''
          type: string
      - in: query
        name: repository_version_added
        schema:
          description: Repository Version referenced by HREF
          title: !!python/tuple
          - ''
          type: string
      - in: query
        name: repository_version_removed
        schema:
          description: Repository Version referenced by HREF
          title: !!python/tuple
          - ''
          type: string
      tags:
      - v3
    post:
      description: Create a new FileContent from a request.
      operationId: v3_create
      tags:
      - v3
  /pulp/api/v3/{_id}/:
    get:
      description: ViewSet for FileContent.
      operationId: v3_read
      parameters:
      - in: path
        name: _id
        required: true
        schema:
          description: A unique integer value identifying this file content.
          title: !!python/tuple
          - ' id'
          type: integer
      tags:
      - v3
servers:
- url: http://localhost:8000/pulp/api/v3/

Files

schema_output_fresh_install.txt (19.8 KB) schema_output_fresh_install.txt bmbouter, 01/11/2019 08:38 PM

Also available in: Atom PDF