Sha256: 72b17f3c192a9ecd20829a0f5e2c9a411cb3b4e03c416a89ef1917850143e0d9

Contents?: true

Size: 360 Bytes

Versions: 4

Compression:

Stored size: 360 Bytes

Contents

user:
  type: "api"
  path: "user"
  sample: "https://localhost:3000/api/user"
  description: "Returns information about yourself."
  status: changed

  fields:
    name: 
      description: "The user's name"
      type: "String"
    created_at: 
      description: "The user's creation date as a string"
      type: "String"
      status: changed

  actions:

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
platform-3.1.4 test/dummy/config/platform/api/0/user.yml
platform-3.1.3 test/dummy/config/platform/api/0/user.yml
platform-3.1.2 test/dummy/config/platform/api/0/user.yml
platform-3.1.1 test/dummy/config/platform/api/0/user.yml