sailpoint-oss / api-specs

This repo houses the API specifications for all SailPoint services.
MIT License
10 stars 16 forks source link

PATCH Source Password Policy Endpoint Missing #77

Closed patrickboston closed 3 weeks ago

patrickboston commented 1 month ago

I believe the following endpoint is missing from the API beta spec: /beta/sources/:sourceId/password-policies. It is used to attach/update a Password Policy to a source. It is used in the source UI today. This would be helpful to be added so it can be released in SDKs as well.

Example cURL command:

curl 'https://devrel-ga-5689.api.identitynow-demo.com/beta/sources/29a144c7c76e4496b59e7b0c8cd6488e/password-policies' \
  -X 'PATCH' \
  -H 'content-type: application/json' \
  -H 'origin: https://devrel-ga-5689.identitynow-demo.com' \
  --data-raw '[{"policyId":"b7dfb8557a734ee1854417d42e15a31a","selectors":null}]'
colin-mckibben-sp commented 3 weeks ago

I just confirmed with engineering that this API is definitely missing from the spec. We are working on adding it. I will close this as complete for now.

patrickboston commented 6 days ago

hey @colin-mckibben-sp, wondering if this was added? i don't think i see it yet under the Sources endpoints