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

Allow additional content after the sortable fields in the sorters description. #15

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

colin-mckibben-sp
Copy link
Contributor

@colin-mckibben-sp colin-mckibben-sp commented Oct 30, 2023

Before this fix, the following description for sorters would cause a linter error due to additional text at the end of the description.

- in: query
      name: sorters
      schema:
        type: string
        format: comma-separated
      required: false
      description: >-
        Sort results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#sorting-results)


        Sorting is supported for the following fields: **name, created**


        The default sorter is `name`.

This commit will allow additional text after the first two lines so we can provide more context about sorters.

@colin-mckibben-sp colin-mckibben-sp merged commit a44d7bd into main Oct 30, 2023
3 checks passed
@colin-mckibben-sp colin-mckibben-sp deleted the fix/filter-sorter-rules branch October 30, 2023 19:09
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