Skip to content

Commit

Permalink
chore: update openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Dec 23, 2024
1 parent ed270fb commit 5aca29a
Showing 1 changed file with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1510,35 +1510,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/TrustMarkTypeDTO'
put:
summary: Update a Trust Mark Type
tags:
- admin
parameters:
- name: username
in: path
required: true
schema:
type: string
- name: id
in: path
required: true
schema:
type: integer
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/CreateTrustMarkTypeDTO'
responses:
'200':
description: Trust mark definition updated
content:
application/json:
schema:
$ref: '#/components/schemas/TrustMarkTypeDTO'

delete:
summary: Delete a Trust Mark Type
tags:
Expand Down

0 comments on commit 5aca29a

Please sign in to comment.