Skip to content

Commit

Permalink
fix: application content
Browse files Browse the repository at this point in the history
  • Loading branch information
trgalho authored Apr 9, 2024
1 parent 3abaeca commit 57a067c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ paths:
"200":
description: Successful response
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/DomainResponseWithResults"
"400":
Expand All @@ -79,7 +79,7 @@ paths:
description: It enables you to include a new domain into an account.
requestBody:
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/CreateDomainRequest"
operationId: createDomain
Expand All @@ -98,7 +98,7 @@ paths:
"200":
description: Successful response
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/DomainResponseWithResult"
"400":
Expand Down Expand Up @@ -136,7 +136,7 @@ paths:
"200":
description: Successful response
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/DomainResponseWithResult"
"400":
Expand Down Expand Up @@ -193,7 +193,7 @@ paths:
instead of PUT.
requestBody:
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/PutDomainRequest"
operationId: putDomain
Expand All @@ -217,7 +217,7 @@ paths:
"200":
description: Successful response
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/DomainResponseWithResult"
"400":
Expand All @@ -241,7 +241,7 @@ paths:
fields not informed.
requestBody:
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/UpdateDomainRequest"
operationId: updateDomain
Expand All @@ -265,7 +265,7 @@ paths:
"200":
description: Successful response
content:
application/json; version=3:
'application/json; version=3':
schema:
$ref: "#/components/schemas/DomainResponseWithResult"
"400":
Expand Down

0 comments on commit 57a067c

Please sign in to comment.