Sha256: b29301b009ed110d1ca1c5125f4ed8c9c7612cd1834be3fd4f28e05380e729ee
Contents?: true
Size: 659 Bytes
Versions: 2
Compression:
Stored size: 659 Bytes
Contents
openapi: 3.0.1 info: description: "Document: <a href='https://swagger.io/docs/specification' target='_blank' >Click Here</a> <br>Example: <a href='https://petstore.swagger.io' target='_blank' >Click Here </a>" version: 1.0.0 title: "API documents" schemes: - "https" - "http" paths: # Sessions /api/v1/sign_in: $ref: "sessions.yaml#create" /api/v1/refresh: $ref: "sessions.yaml#refresh" /api/v1/logout: $ref: "sessions.yaml#destroy" # Users /api/v1/users/:id: $ref: "users.yaml#with_id" components: securitySchemes: ApiKeyAuth: type: apiKey name: "Authorization" in: "header"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
n_base_rails-0.1.2 | lib/public/docs/api/v1/paths/index.yaml |
n_base_rails-0.1.1 | lib/public/docs/api/v1/paths/index.yaml |