generate endpoint for all foreign key relationships
This commit is contained in:
@ -3,27 +3,3 @@
|
||||
# Use plain openapi/yaml syntax, no Cheetah
|
||||
# escaping
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
|
||||
/v1/overhead_advance_flat_mappings/flat/{flatId}:
|
||||
get:
|
||||
tags: [ "overhead_advance_flat_mapping", "flat" ]
|
||||
summary: Returns all overhead advance mappings for a given flat
|
||||
operationId: additional_methods.get_overhead_advance_flat_mapping_by_flat
|
||||
parameters:
|
||||
- name: flatId
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
type: integer
|
||||
responses:
|
||||
'200':
|
||||
description: $table.name response
|
||||
content:
|
||||
'application/json':
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/overhead_advance_flat_mapping'
|
||||
security:
|
||||
- jwt: ['secret']
|
||||
|
Reference in New Issue
Block a user