API for whisperpine/tt project (0.1.0-alpha)

Download OpenAPI specification:

E-mail: yusonglai64@gmail.com License: Apache-2.0

API for whisperpine/tt repository on GitHub

Echo

Example echo operations

Echo the request body

Request Body schema: text/plain
string

Responses

Users

Operations related to users

List all users

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Get user information by ID

path Parameters
user_id
required
string <uuid>

Responses

Response samples

Content type
application/json
{
  • "id": "bad633b3-fade-48ff-98c3-8243f46b4122",
  • "username": "amiao",
  • "email": "amiao@example.com"
}