mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
Automated commit 'Merge pull request #18 from sailpoint/NEROCKET-481
NEROCKET-481 added documentation for synced attributes delete.' by github action: 7699835653
This commit is contained in:
@@ -75,6 +75,8 @@ paths:
|
||||
# Synced attributes
|
||||
/profile_types/{profile_type_id}/synced_attributes:
|
||||
$ref: "./paths/synced_attributes.yaml"
|
||||
/profile_types/{profile_type_id}/synced_attributes/{ne_attribute_id}:
|
||||
$ref: "./paths/synced_attributes_id.yaml"
|
||||
# Profile Type Roles
|
||||
/profile_type_roles:
|
||||
$ref: "./paths/profile_type_roles.yaml"
|
||||
|
||||
8
nerm/parameters/path/ne_attribute_id.yaml
Normal file
8
nerm/parameters/path/ne_attribute_id.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: ne_attribute_id
|
||||
in: path
|
||||
description: Ne attribute ID of the object
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
example: 1246d8b3-ac29-4015-8154-dea4434a73fa
|
||||
8
nerm/parameters/path/profile_type_id.yaml
Normal file
8
nerm/parameters/path/profile_type_id.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
name: profile_type_id
|
||||
in: path
|
||||
description: Profile type ID of the object
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
format: uuid
|
||||
example: 1246d8b3-ac29-4015-8154-dea4434a73fa
|
||||
16
nerm/paths/synced_attributes_id.yaml
Normal file
16
nerm/paths/synced_attributes_id.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
delete:
|
||||
summary: Delete synced attribute
|
||||
operationId: deleteSyncedAttribute
|
||||
description: Delete a synced attribute.
|
||||
tags:
|
||||
- synced attributes
|
||||
parameters:
|
||||
- $ref: "../parameters/path/profile_type_id.yaml"
|
||||
- $ref: "../parameters/path/ne_attribute_id.yaml"
|
||||
responses:
|
||||
'200':
|
||||
$ref: "../responses/Info.yaml"
|
||||
'400':
|
||||
$ref: "../responses/400.yaml"
|
||||
'500':
|
||||
$ref: "../responses/500.yaml"
|
||||
Reference in New Issue
Block a user