github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/paths/key_links/index.yaml (about)

     1  ---
     2  summary: List child keys of a parent key
     3  description: Returns detailed information about a parent key, including its linked child keys.
     4  operationId: key_links/index
     5  tags:
     6  - Linked Keys
     7  parameters:
     8  - "$ref": "../../parameters.yaml#/X-PhraseApp-OTP"
     9  - "$ref": "../../parameters.yaml#/project_id"
    10  - "$ref": "../../parameters.yaml#/key_id_as_id"
    11  responses:
    12    '200':
    13      description: OK
    14      content:
    15        application/json:
    16          schema:
    17            $ref: "../../schemas/key_link.yaml#/key_link"
    18    '400':
    19      description: Bad Request
    20      content:
    21        application/json:
    22          schema:
    23            type: object
    24            properties:
    25              message:
    26                type: string
    27            example:
    28              message: "Key <parent_key_code> is not a parent key"