API definition for the Hello World end-to-end example from Catalyst Squad
Interfaces: None
A Hello with a name and id
| Field | Type | Required? | Default | Description |
|---|---|---|---|---|
| id | uuid | Yes | - | The ID of the hello.
|
| name | string | Yes | - | The name to hello
Example: Jane |
Interfaces: None
A Hello that has not yet been created
| Field | Type | Required? | Default | Description |
|---|---|---|---|---|
| name | string | Yes | - | The name to hello
Example: Jane |