writerside2pdf v1.0.0 Help

OpenAPI docs

Writerside-embedded OpenAPI docs should work without any problems as can be seen in the following example:

GET method/pets

Returns all pets from the system that the user has access to

Request parameters

Responses

POST method/pets

Creates a new pet in the store. Duplicates are allowed

Request parameters

{ "name": "example", "tag": "example" }

Responses

GET method/pets/{id}

Returns a user based on a single ID, if the user does not have access to the pet

Request parameters

Responses

DELETE method/pets/{id}

deletes a single pet based on the ID supplied

Request parameters

Responses

Last modified: 17 January 2024