Skip to content
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

[SBI] Send NF discovery query with service-names delimited with comma #1730

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

bmeglic
Copy link
Contributor

@bmeglic bmeglic commented Sep 1, 2022

OpenAPI specification for sending NF discovery query with
"service-names" parameter is defined as folowing:

  • name: service-names
    ...
    style: form
    explode: false

According to OpenAPI specification, this means array items
should be delimited with a comma character (example: /users?id=3,4,5).

OpenAPI specification for sending NF discovery query with
"service-names" parameter is defined as folowing:

- name: service-names
  ...
  style: form
  explode: false

According to OpenAPI specification, this means array items
should be delimited with a comma character (example: /users?id=3,4,5).
@acetcom acetcom merged commit 9c84570 into open5gs:main Sep 3, 2022
@acetcom
Copy link
Member

acetcom commented Sep 3, 2022

@bmeglicit

Thank you so much!
Sukchan

@bmeglic bmeglic deleted the gh_sbi_service_names_array branch September 5, 2022 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants