From 7b0ec8308b5071bc745ec745b709956cbb8a2beb Mon Sep 17 00:00:00 2001 From: developer-relations-sp Date: Fri, 10 Jan 2025 16:58:42 +0000 Subject: [PATCH] Automated commit 'Merge pull request #60 from sailpoint/NEROCKET-2113 NEROCKET-2113 Add API documentation for DELETE /api/ne_attributes/:id' by github action: 12713808975 --- nerm/paths/ne_attributes_id.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nerm/paths/ne_attributes_id.yaml b/nerm/paths/ne_attributes_id.yaml index c9a401ca..cfcabd77 100644 --- a/nerm/paths/ne_attributes_id.yaml +++ b/nerm/paths/ne_attributes_id.yaml @@ -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"