mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* 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
14 lines
320 B
YAML
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."
|
|
}
|
|
]
|