Skip to content

Commit

Permalink
Automated commit 'ISCNAPS-4827remove patch endpoint from approvals ap…
Browse files Browse the repository at this point in the history
…i, since deprecated (#1811)

* remove patch endpoint from approvals api, since deprecated

* remove other patch references' by github action: 11000217181
  • Loading branch information
tyler-mairose-sp committed Sep 23, 2024
1 parent d37d230 commit 98dec89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 105 deletions.
32 changes: 0 additions & 32 deletions idn/beta/paths/approval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,35 +34,3 @@ get:
$ref: '../../v3/responses/429.yaml'
'500':
$ref: '../../v3/responses/500.yaml'
patch:
security:
- UserContextAuth: [ sp:approvals:write ]
operationId: patchApproval
tags:
- Approvals
summary: Change an approval
description: >-
Change the values of a given approval
requestBody:
required: true
content:
application/json:
schema:
$ref: '../schemas/ApprovalDto.yaml'
responses:
'200':
description: Approval object
content:
application/json:
schema:
$ref: '../schemas/Approval.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'
32 changes: 0 additions & 32 deletions idn/beta/schemas/ApprovalDto.yaml

This file was deleted.

41 changes: 0 additions & 41 deletions idn/v2024/paths/approval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,44 +42,3 @@ get:
$ref: ../../v3/responses/429.yaml
'500':
$ref: ../../v3/responses/500.yaml
patch:
security:
- UserContextAuth:
- sp:approvals:write
operationId: patchApproval
tags:
- Approvals
summary: Change an approval
description: Change the values of a given approval
requestBody:
required: true
content:
application/json:
schema:
$ref: ../../beta/schemas/ApprovalDto.yaml
responses:
'200':
description: Approval object
content:
application/json:
schema:
$ref: ../../beta/schemas/Approval.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
parameters:
- name: X-SailPoint-Experimental
in: header
description: Use this header to enable this experimental API.
example: true
schema:
type: string
default: true
required: true

0 comments on commit 98dec89

Please sign in to comment.