13 lines
355 B
YAML
13 lines
355 B
YAML
description: User created successfully
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../../schemas/internal/meet-user.yaml'
|
|
headers:
|
|
Location:
|
|
description: URL of the newly created user
|
|
schema:
|
|
type: string
|
|
format: uri
|
|
example: https://your-api.com/internal-api/v1/users/alice_smith
|