As per
, 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'
As per
api-specs/idn/beta/paths/searchAttributeConfig-get-patch-delete.yaml
Line 24 in 6669af7
beta/accounts/search-attribute-config/:namereturns 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: