diff --git a/404.html b/404.html index 159932f4f..9ee496db7 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
POST/createuser
Add a new pet to the store
Header Parameters
Body
required
Create a new pet in the store
category
category
tags
tag[]
Array [
]
Possible values: [available, pending, sold]
pet status in the store
Body
required
Create a new pet in the store
category
category
tags
tag[]
Array [
]
Possible values: [available, pending, sold]
pet status in the store
Body
required
Create a new pet in the store
category
category
tags
tag[]
Array [
]
Possible values: [available, pending, sold]
pet status in the store
Successful operation
Schema
category
category
tags
tag[]
Array [
]
Possible values: [available, pending, sold]
pet status in the store
{
"id": 10,
"name": "doggie",
"category": {
"id": 1,
"name": "Dogs"
},
"photoUrls": [
"string"
],
"tags": [
{
"id": 0,
"name": "string"
}
],
"status": "available"
}
Schema
category
category
tags
tag[]
Array [
]
Possible values: [available, pending, sold]
pet status in the store
<root>
<id>10</id>
<name>doggie</name>
<category>
<id>1</id>
<name>Dogs</name>
</category>
<photoUrls>string</photoUrls>
<tags>
<id>0</id>
<name>string</name>
</tags>
<status>available</status>
</root>
Invalid input
Header Parameters
Body
required
Create a new pet in the store
Next_billing_date
date
Successful operation
Schema
Next_billing_date
date
{
"objectId": "FGik23bhUJ",
"Name": "Joe Bee",
"Email": "joebee@example.com",
"Phone": "4567832123",
"JobTitle": "dev",
"Company": "opensign",
"Customer_id": "customer_id",
"Subscriptions_id": "subscriptions_id",
"Next_billing_date": {
"__type": "Date",
"iso": "2023-10-07T16:49:56.000Z"
}
}
Invalid input