Sha256: ca6a55ad0669f0e3a1861892360af6c75e7f64ebb14ded32d555e86a5648ce98

Contents?: true

Size: 956 Bytes

Versions: 2

Compression:

Stored size: 956 Bytes

Contents

without_id:
  get:
    security:
      - ApiKeyAuth: []
    summary: Get list user
    tags:
      - Users
    parameters:
      - in: query
        name: page
        schema:
          type: integer
        required: false
        example: 1
        description: page number
      - in: query
        name: items
        schema:
          type: integer
        required: false
        example: 2
        description: number of item per page
    responses:
      200:
        description:
        content:
          application/json:
            schema:
              type: object
              properties:
                success:
                  type: boolean
                  example: true
                data:
                  $ref: "../definitions/users.yaml#user_list"
                meta: 
                  $ref: "../../shared/meta_infos.yaml#meta_infos"
      401:
        $ref: "../../shared/unauthorized_response.yaml#invalid_access_token"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
n_base_rails-0.1.2 lib/public/docs/api/admin/paths/users.yaml
n_base_rails-0.1.1 lib/public/docs/api/admin/paths/users.yaml