Sha256: 95d93ac573f8b8ce112a84937d1e4165ddba3cc51dab8dd5d41d56dac69e8135

Contents?: true

Size: 586 Bytes

Versions: 2

Compression:

Stored size: 586 Bytes

Contents

with_id:
  get:
    security:
      - ApiKeyAuth: []
    summary: Get info user
    tags:
      - Users
    responses:
      200:
        description:
        content:
          application/json:
            schema:
              type: object
              properties:
                success:
                  type: boolean
                  example: true
                data:
                  $ref: "../definitions/users.yaml#user_details"
                meta: 
                  type: object
      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/v1/paths/users.yaml
n_base_rails-0.1.1 lib/public/docs/api/v1/paths/users.yaml