sailpoint-oss / api-specs

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

Get the details of a specific extended search attribute in IdentityNow returns an object and not a array #64

Open yannick-beot-sp opened 4 months ago

yannick-beot-sp commented 4 months ago

As per https://github.com/sailpoint-oss/api-specs/blob/6669af7f18e8963e3df8c0973dd183a1cef15a5e/idn/beta/paths/searchAttributeConfig-get-patch-delete.yaml#L24, the endpoint beta/accounts/search-attribute-config/:name returns an array.

Based on my test, and what should be expected, is actually an object : the Search Attribute Config.

200 response should be fixed to:

  responses:
    '200':
      description: Specific attribute configuration in IdentityNow.
      content:
        application/json:
          schema:
            $ref: '../schemas/SearchAttributeConfig.yaml'