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

docs: Added extended service listing REST documentation #4902

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

nicolatimeus
Copy link
Contributor

Note: We are using the Conventional Commits convention for our pull request titles. Please take a look at the PR title format document for the supported types and scopes.

Brief description of the PR. [e.g. Added null check on object to avoid NullPointerException]

Documentation for the changes in #4901

@nicolatimeus nicolatimeus changed the title Feat service listing ext docs docs: Added extended service listing REST documentation Oct 17, 2023
}
```
### PropertyFilter
A filter matching property keys and values. If the `value` property omitted the filter will match if the property is set, regardless of the value. If the service property value is of array or list type, the filter will match if at least one of the elements match.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the value property omitted

If the value property is omitted,

}
```
### Filter
A filter that operates on service properties. This object allow to specify basic property key/value matchers and the `and` `or` and `not` operators.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This object allow

This object allows

}
```
### NotFilter
A filter that matches if filter specified by the "not" propertiy does not match.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A filter that matches if filter specified by the "not" propertiy does not match.

Successfully returning if the filter specified by the "not" property does not match.

@MMaiero MMaiero merged commit c2810bc into docs-develop Oct 18, 2023
1 check passed
@MMaiero MMaiero deleted the feat_service-listing-ext-docs branch October 18, 2023 10:52
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