Skip to content

Commit

Permalink
chore: fix openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Jan 5, 2025
1 parent e4d1c9c commit aac8d0d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1901,7 +1901,7 @@ paths:
post:
tags:
- admin
summary: Create or Update a Received Trust Mark
summary: Create a Received Trust Mark
description: Create or update a received Trust Mark for the specified account.
parameters:
- name: username
Expand Down Expand Up @@ -1929,15 +1929,15 @@ paths:
- jwt
responses:
'201':
description: Received Trust Mark created or updated successfully.
description: Received Trust Mark created successfully.
content:
application/json:
schema:
type: object
properties:
trustMarkId:
type: string
description: The unique identifier of the created or updated received Trust Mark.
description: The unique identifier of the created received Trust Mark.
'400':
description: Invalid request parameters.
content:
Expand Down

0 comments on commit aac8d0d

Please sign in to comment.