Skip to content

Commit

Permalink
add operation
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-GOTTAPU committed Jul 30, 2024
1 parent 2fedd2b commit c31b0d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,15 @@ components:
type: array
items:
$ref: '../link/link.yaml#/components/schemas/Link'
x-field-uid: 1
x-field-uid: 1
operation:
description: |-
Operation to Create or Delete Links
type: string
x-field-uid: 2
default: CREATE
x-enum:
CREATE:
x-field-uid: 1
DELETE:
x-field-uid: 2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
openapiart==0.3.4
openapiart==0.3.13
semantic_version

0 comments on commit c31b0d3

Please sign in to comment.