mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
16 lines
260 B
YAML
16 lines
260 B
YAML
in: query
|
|
name: sort
|
|
schema:
|
|
type: string
|
|
enum:
|
|
- name
|
|
- email
|
|
- phone_number
|
|
- last_activity_at
|
|
- -name
|
|
- -email
|
|
- -phone_number
|
|
- -last_activity_at
|
|
required: false
|
|
description: The attribute by which list should be sorted
|