-
Notifications
You must be signed in to change notification settings - Fork 60
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
Editorial updates of documentation QoD_API.md #76
Editorial updates of documentation QoD_API.md #76
Conversation
@akoshunyadi @shilpa-padgaonkar @eric-murray @jlurien @jpengar @patrice-conil @SylMOREL @tlohmar: would be great if some of you can have a look and approve the changes. Also further suggestions for editorial changes/corrections are welcome. |
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.
- Table formatting looks good.
- createSession returns 201, not 200
- Some suggestions for IPvX parameters
</tr> | ||
<tr> | ||
<td rowspan=7><b>Response</b></td> | ||
<td><b>200: Session created</b></td> |
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.
<td><b>200: Session created</b></td> | |
<td><b>201: Session created</b></td> |
<td> | ||
<p>The identifier for the user equipment (device). The developer can choose to provide the below specified user equipment identifiers:</p> | ||
<ul> | ||
<li>IPv4 address (supports mask) e.g. 192.168.0.1/24</li> |
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.
<li>IPv4 address (supports mask) e.g. 192.168.0.1/24</li> | |
<li>ipv4addr: IPv4 address (supports mask) e.g. 192.168.0.1/24</li> |
<p>The identifier for the user equipment (device). The developer can choose to provide the below specified user equipment identifiers:</p> | ||
<ul> | ||
<li>IPv4 address (supports mask) e.g. 192.168.0.1/24</li> | ||
<li>ipv6 address (supports mask) e.g. 2001:db8:85a3:8d3:1319:8a2e:370:7344</li> |
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.
<li>ipv6 address (supports mask) e.g. 2001:db8:85a3:8d3:1319:8a2e:370:7344</li> | |
<li>ipv6addr: IPv6 address (supports mask) e.g. 2001:db8:85a3:8d3:1319:8a2e:370:7344</li> |
<td> | ||
<p>The identifier used for application server. The developer can choose from the below application server identifiers:</p> | ||
<ul> | ||
<li>ipv4 address (supports mask) e.g. 192.168.0.1/24</li> |
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.
<li>ipv4 address (supports mask) e.g. 192.168.0.1/24</li> | |
<li>ipv4addr: IPv4 address (supports mask) e.g. 192.168.0.1/24</li> |
<p>The identifier used for application server. The developer can choose from the below application server identifiers:</p> | ||
<ul> | ||
<li>ipv4 address (supports mask) e.g. 192.168.0.1/24</li> | ||
<li>ipv6 address (supports mask) e.g. 2001:db8:85a3:8d3:1319:8a2e:370:7344 |
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.
<li>ipv6 address (supports mask) e.g. 2001:db8:85a3:8d3:1319:8a2e:370:7344 | |
<li>ipv6addr: IPv6 address (supports mask) e.g. 2001:db8:85a3:8d3:1319:8a2e:370:7344 |
@hdamker I see you have just merged this branch. At least we should correct 201 for createSession, other suggestions are more cosmetic |
@jlurien thanks for your comments, will change them within a new PR. |
After the content update for v0.8.0 with #71 here some editorial fixes within QoD_API.md, also to create a stable base for further updates/PRs:
Will close #58
NOTE: this PR is not about correcting content issues (like error code etc), these should be raised as issues, especially if also the API definition YAML need to be changed