mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
32 lines
929 B
YAML
32 lines
929 B
YAML
post:
|
|
operationId: updateCommonAccessStatusInBulk
|
|
summary: Bulk update common access status
|
|
tags:
|
|
- IAI Common Access
|
|
description: >-
|
|
This submits an update request to the common access application. At this time there are no parameters.
|
|
Requires authorization scope of iai:access-modeling:update
|
|
requestBody:
|
|
description: Confirm or deny in bulk the common access ids that are (or aren't) common access
|
|
required: true
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
$ref: '../schemas/CommonAccessIDStatus.yaml'
|
|
responses:
|
|
'202':
|
|
$ref: '../../v3/responses/202.yaml'
|
|
'400':
|
|
$ref: '../../v3/responses/400.yaml'
|
|
'401':
|
|
$ref: '../../v3/responses/401.yaml'
|
|
'403':
|
|
$ref: '../../v3/responses/403.yaml'
|
|
'429':
|
|
$ref: '../../v3/responses/429.yaml'
|
|
'500':
|
|
$ref: '../../v3/responses/500.yaml'
|
|
|