Callbacks service docs updated
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
components:
|
||||
schemas:
|
||||
SessionIdentifier:
|
||||
description: Identifies an authentication session by client and device.
|
||||
type: object
|
||||
additionalProperties: false
|
||||
required:
|
||||
@@ -8,6 +9,8 @@ components:
|
||||
- deviceId
|
||||
properties:
|
||||
clientId:
|
||||
description: Client application identifier associated with the session.
|
||||
type: string
|
||||
deviceId:
|
||||
description: Device/server identifier associated with the client session.
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user