mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-10 04:19:19 +00:00
12 lines
331 B
YAML
12 lines
331 B
YAML
description: This configuration is required only when the subscription type is INLINE.
|
|
type: object
|
|
properties:
|
|
error:
|
|
type: string
|
|
description: An error message.
|
|
example: "Access is denied"
|
|
output:
|
|
type: object
|
|
description: The details of the inline configuration.
|
|
example: {"accessRequestId": "1234"}
|