Files
api-specs/idn/v3/schemas/access/AccessProfileBulkUpdateResponse.yaml
GitHub Action Bot 635251752f Automated commit 'IDNPALM- 4257 API Documentation for Bulk Update Access Profile (#1504)
* IDNPALM-4257 Access profile bulk update API documentation.

* IDNPALM-4257 Access profile bulk update API documentation.

* IDNPALM-4257 Lint errors resolved.

* IDNPALM-4257 Lint errors resolved.

* IDNPALM-4257 feature flag precondition response added.

* IDNPALM-4257 API name changed.

* IDNPALM-4249 Remove comment configuration options from POST /v3/access-profiles' by github action: 7841109100
2024-02-09 07:54:54 +00:00

14 lines
320 B
YAML

description: Access Profile Bulk update response.
type: array
items:
$ref: "./AccessProfileUpdateItem.yaml"
example:
[
{
"id": "464ae7bf-791e-49fd-b746-06a2e4a8",
"status": "201",
"requestable": false,
"description": "Access Profile updated successfully."
}
]