Sha256: b16b2167f9a59ba4d9675b22b6d207da940aa2052352cce113b041807d0c63e2
Contents?: true
Size: 559 Bytes
Versions: 5
Compression:
Stored size: 559 Bytes
Contents
--- swagger: "2.0" info: title: JSONPlaceholder description: Test API version: "1" host: jsonplaceholder.typicode.com basePath: "/" schemes: - http produces: - application/json paths: /posts: post: summary: Create a post operationId: createPost parameters: - name: title in: form required: true type: string - name: body in: form required: true type: string - name: userId in: form required: true type: integer
Version data entries
5 entries across 5 versions & 1 rubygems