-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: api documentation #463
Conversation
…date-api-documentation
docs/api.md
Outdated
| `GET` | ` /api/v1/qer_map/:id` | Get QER map element by id. Returns an object of `QerMapElement` | `/api/v1/qer_map/:id` | | ||
| `PUT` | `/api/v1/qer_map/:id` | Set values for QER map element by id. Returns a list of `QerMapElement` | `/api/v1/qer_map/:id` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong examples. Example should consist of a real url with a concrete id
docs/api.md
Outdated
| `PUT` | `/api/v1/qer_map/:id` | Set values for QER map element by id. Returns a list of `QerMapElement` | `/api/v1/qer_map/:id` | | ||
| `GET` | `/api/v1/config` | Displays the configuration. Returns an object of `UpfConfig` | `GET /api/v1/config` | | ||
| `POST` | `/api/v1/config` | Set configuration values | `/api/v1/config` | | ||
| `GET` | `/api/v1/uplink_pdr_map/:id` | Get Uplink PDR values by id. Returns an object of `PdrElement` | `/api/v1/uplink_pdr_map/:id` | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra pipe symbol in the end of the line
Don't forget to rename PR according to angular naming convention |
docs/api.md
Outdated
|
||
| Method | URL | Description | Example | | ||
|--------|----------------------------------|---------------------------------------------------------------------------------|---------------------| | ||
| `GET` | ` /api/v1/far_map/:id` | Get FAR map element by id. Returns an object of `FarMapElement` | `/api/v1/far_map/1` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary whitespace. Here and below
…date-api-documentation
…date-api-documentation
No description provided.