sailpoint-oss / developer.sailpoint.com

The codebase that makes up developer.sailpoint.com, including developer documentation. This codebase is open source and welcomes contributions.
https://developer.sailpoint.com
MIT License
32 stars 85 forks source link

[Bug] Example data on /api/v3/scheduled-search-create/ incorrect #120

Closed jason545454 closed 1 year ago

jason545454 commented 2 years ago

The Months on the example data on https://developer.sailpoint.com/idn/api/v3/scheduled-search-create/ is not correct. It has days instead of months.

"schedule": {
    "type": "WEEKLY",
    "months": {
      "type": "LIST",
      "values": [
        "MON",
        "WED"
      ],
codey-bot[bot] commented 2 years ago

🎉 Thanks for opening your first issue here! Be sure to follow the issue template, and welcome to the community! 🙌

colin-mckibben-sp commented 1 year ago

@jason545454 thank you for reporting this. The scheduled search spec had some other inconsistencies, in addition to incorrect examples, that we fixed. Please see the new spec that provides additional examples for each schedule type. https://developer.sailpoint.com/idn/api/v3/scheduled-search-create