From 11beeef952729f835d78476337c8783e31e82e4f Mon Sep 17 00:00:00 2001 From: Luke Davitt Date: Fri, 4 Oct 2024 09:32:31 -0600 Subject: [PATCH] delete os-types --- ...pi@library@operating-systems@os-types.yaml | 69 ------------------- 1 file changed, 69 deletions(-) delete mode 100644 paths/api@library@operating-systems@os-types.yaml diff --git a/paths/api@library@operating-systems@os-types.yaml b/paths/api@library@operating-systems@os-types.yaml deleted file mode 100644 index efb3071..0000000 --- a/paths/api@library@operating-systems@os-types.yaml +++ /dev/null @@ -1,69 +0,0 @@ -get: - summary: Retrieves all OsTypes - description: | - Retrieves all osTypes. - operationId: listOsTypes - tags: - - Library - parameters: - - $ref: ../components/parameters/max.yaml - - $ref: ../components/parameters/offset.yaml - - $ref: ../components/parameters/sort.yaml - - $ref: ../components/parameters/direction.yaml - - $ref: ../components/parameters/phrase.yaml - - $ref: ../components/parameters/name.yaml - responses: - '200': - description: Successful Request - content: - application/json: - schema: - allOf: - - type: object - properties: - osTypes: - type: array - items: - $ref: ../components/schemas/osType.yaml - - $ref: ../components/schemas/meta.yaml - examples: - Get OsTypes Response: - value: - $ref: ../components/examples/osTypes.json - '4XX': - $ref: ../components/responses/4xx.yaml - '5XX': - $ref: ../components/responses/5xx.yaml -post: - summary: Create an OsType - description: Use command to create an ostype. - operationId: addOsTypes - tags: - - Library - requestBody: - content: - application/json: - schema: - type: object - properties: - osType: - $ref: ../components/schemas/osTypeCreate.yaml - examples: - OsType Request: - value: - $ref: ../components/examples/osTypeRequest.json - responses: - '200': - description: Successful Request - content: - application/json: - schema: - $ref: ../components/schemas/successId.yaml - examples: - OsType Response: - value: - $ref: ../components/examples/successId.json - '4XX': - $ref: ../components/responses/4xx.yaml - '5XX': - $ref: ../components/responses/5xx.yaml \ No newline at end of file