Sha256: d1e795fdcc1d43c97c94776441027017b687eed5cb70cc4462561ca3f1781289

Contents?: true

Size: 1.7 KB

Versions: 2

Compression:

Stored size: 1.7 KB

Contents

/scaffolding/completely_concrete/tangible_things:
  get:
    tags:
      - Scaffolding Completely Concrete Tangible Things
    summary: "List Tangible Things"
    operationId: listScaffoldingCompletelyConcreteTangibleThings
    responses:
      "404":
        description: "Not Found"
      "200":
        description: "OK"
        content:
          application/json:
            schema:
              type: object
              properties:
                data:
                  type: array
                  items: 
                    $ref: "#/components/schemas/Scaffolding::CompletelyConcrete::TangibleThing::Attributes"
                has_more:
                  type: boolean
/scaffolding/completely_concrete/tangible_things/{id}:
  get:
    tags:
      - Scaffolding Completely Concrete Tangible Things
    summary: "Fetch Tangible Thing"
    operationId: getScaffoldingCompletelyConcreteTangibleThings
    parameters:
      - $ref: "#/components/parameters/id"
    responses:
      "404":
        description: "Not Found"
      "200":
        description: "OK"
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/Scaffolding::CompletelyConcrete::TangibleThing::Attributes"
  put:
    tags:
      - Scaffolding Completely Concrete Tangible Things
    summary: "Update Tangible Thing"
    operationId: updateScaffoldingCompletelyConcreteTangibleThings
    parameters:
      - $ref: "#/components/parameters/id"
    responses:
      "404":
        description: "Not Found"
      "200":
        description: "OK"
        content:
          application/json:
            schema:
              $ref: "#/components/schemas/Scaffolding::CompletelyConcrete::TangibleThing::Parameters"

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
bullet_train-api-1.1.4 app/views/api/v1/open_api/scaffolding/completely_concrete/tangible_things/_paths.yaml.erb
bullet_train-super_scaffolding-1.1.3 app/views/api/v1/open_api/scaffolding/completely_concrete/tangible_things/_paths.yaml.erb