Skip to content

Commit

Permalink
Automated commit 'Merge pull request #60 from sailpoint/NEROCKET-2113
Browse files Browse the repository at this point in the history
NEROCKET-2113 Add API documentation for DELETE /api/ne_attributes/:id' by github action: 12713808975
  • Loading branch information
developer-relations-sp committed Jan 10, 2025
1 parent 0bddd9b commit 7b0ec83
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nerm/paths/ne_attributes_id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@ patch:
- $ref: "../parameters/path/id.yaml"
requestBody:
$ref: "../requestBodies/PATCH/Attribute.yaml"
responses:
'200':
$ref: "../responses/Attribute.yaml"
'400':
$ref: "../responses/400.yaml"
'500':
$ref: "../responses/500.yaml"
delete:
summary: Delete attribute by id
operationId: deleteAttribute
description: Delete attribute by id
tags:
- attributes
parameters:
- $ref: "../parameters/path/id.yaml"
responses:
'200':
$ref: "../responses/Attribute.yaml"
Expand Down

0 comments on commit 7b0ec83

Please sign in to comment.