Updating documentation
This commit is contained in:
parent
ff90f7d9f6
commit
6cb93fc4f9
|
@ -1187,8 +1187,8 @@ paths:
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: string
|
||||||
format: int64
|
format: byte
|
||||||
responses:
|
responses:
|
||||||
default:
|
default:
|
||||||
description: default response
|
description: default response
|
||||||
|
@ -1489,10 +1489,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
/v1/messages/uuid/{uuid}:
|
/v1/messages/uuid/{uuid}:
|
||||||
|
@ -2123,10 +2123,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
- {}
|
||||||
|
@ -2165,10 +2165,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
- {}
|
||||||
|
@ -2206,10 +2206,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
- {}
|
||||||
|
@ -2341,10 +2341,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
deprecated: true
|
deprecated: true
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
|
@ -2378,10 +2378,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
- {}
|
||||||
|
@ -2422,10 +2422,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
- {}
|
||||||
|
@ -2469,10 +2469,10 @@ paths:
|
||||||
numberOfDependents:
|
numberOfDependents:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
cancelled:
|
|
||||||
type: boolean
|
|
||||||
done:
|
done:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
cancelled:
|
||||||
|
type: boolean
|
||||||
security:
|
security:
|
||||||
- authenticatedAccount: []
|
- authenticatedAccount: []
|
||||||
- {}
|
- {}
|
||||||
|
@ -2837,16 +2837,16 @@ components:
|
||||||
type: array
|
type: array
|
||||||
description: Devices present on the account but absent in the request
|
description: Devices present on the account but absent in the request
|
||||||
items:
|
items:
|
||||||
type: integer
|
type: string
|
||||||
description: Devices present on the account but absent in the request
|
description: Devices present on the account but absent in the request
|
||||||
format: int64
|
format: byte
|
||||||
extraDevices:
|
extraDevices:
|
||||||
type: array
|
type: array
|
||||||
description: Devices absent on the request but present in the account
|
description: Devices absent on the request but present in the account
|
||||||
items:
|
items:
|
||||||
type: integer
|
type: string
|
||||||
description: Devices absent on the request but present in the account
|
description: Devices absent on the request but present in the account
|
||||||
format: int64
|
format: byte
|
||||||
StaleDevices:
|
StaleDevices:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -2854,9 +2854,9 @@ components:
|
||||||
type: array
|
type: array
|
||||||
description: Devices that are no longer active
|
description: Devices that are no longer active
|
||||||
items:
|
items:
|
||||||
type: integer
|
type: string
|
||||||
description: Devices that are no longer active
|
description: Devices that are no longer active
|
||||||
format: int64
|
format: byte
|
||||||
ExternalServiceCredentials:
|
ExternalServiceCredentials:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -2991,8 +2991,8 @@ components:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
destinationDeviceId:
|
destinationDeviceId:
|
||||||
type: integer
|
type: string
|
||||||
format: int64
|
format: byte
|
||||||
destinationRegistrationId:
|
destinationRegistrationId:
|
||||||
type: integer
|
type: integer
|
||||||
format: int32
|
format: int32
|
||||||
|
@ -3116,8 +3116,8 @@ components:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
type: integer
|
type: string
|
||||||
format: int64
|
format: byte
|
||||||
lastSeen:
|
lastSeen:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
format: date-time
|
||||||
|
@ -3415,8 +3415,8 @@ components:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
deviceId:
|
deviceId:
|
||||||
type: integer
|
type: string
|
||||||
format: int64
|
format: byte
|
||||||
BasicAuthorizationHeader:
|
BasicAuthorizationHeader:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -3528,9 +3528,9 @@ components:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
deviceId:
|
deviceId:
|
||||||
type: integer
|
type: string
|
||||||
description: the device ID of the device to which this item pertains
|
description: the device ID of the device to which this item pertains
|
||||||
format: int64
|
format: byte
|
||||||
registrationId:
|
registrationId:
|
||||||
type: integer
|
type: integer
|
||||||
description: the registration ID for the device
|
description: the registration ID for the device
|
||||||
|
@ -3655,9 +3655,8 @@ components:
|
||||||
description: A service identifier is a tuple of a UUID and identity type
|
description: A service identifier is a tuple of a UUID and identity type
|
||||||
that identifies an account and identity within the Signal service.
|
that identifies an account and identity within the Signal service.
|
||||||
deviceId:
|
deviceId:
|
||||||
minimum: 1
|
type: string
|
||||||
type: integer
|
format: byte
|
||||||
format: int64
|
|
||||||
registrationId:
|
registrationId:
|
||||||
maximum: 65535
|
maximum: 65535
|
||||||
minimum: 0
|
minimum: 0
|
||||||
|
|
Loading…
Reference in New Issue