mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
10 lines
263 B
YAML
10 lines
263 B
YAML
type: object
|
|
properties:
|
|
roleIds:
|
|
description: List of IDs of Roles to be deleted.
|
|
type: array
|
|
items:
|
|
type: string
|
|
example: ["2c9180847812e0b1017817051919ecca","2c9180887812e0b201781e129f151816"]
|
|
required:
|
|
- roleIds |