doc: Swagger for custom attribute APIs (#4382)
This commit is contained in:
20
swagger/paths/application/custom_attributes/delete.yml
Normal file
20
swagger/paths/application/custom_attributes/delete.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
tags:
|
||||
- Custom Attributes
|
||||
operationId: delete-custom-attribute-from-account
|
||||
summary: Remove a custom attribute from account
|
||||
description: Remove a custom attribute from account
|
||||
security:
|
||||
- userApiKey: []
|
||||
parameters:
|
||||
- in: path
|
||||
name: id
|
||||
type: integer
|
||||
required: true
|
||||
description: The ID of the custom attribute to be deleted
|
||||
responses:
|
||||
200:
|
||||
description: Success
|
||||
404:
|
||||
description: Custom attribute not found
|
||||
403:
|
||||
description: Access denied
|
||||
Reference in New Issue
Block a user