implement '/v1/apps/verify_credentials'
This commit is contained in:
@@ -552,6 +552,9 @@ type AppCreateRequest = operations['app___create']['requestBody']['content']['ap
|
||||
// @public (undocumented)
|
||||
type AppCreateResponse = operations['app___create']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AppCurrentResponse = operations['app___current']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AppShowRequest = operations['app___show']['requestBody']['content']['application/json'];
|
||||
|
||||
@@ -1643,6 +1646,7 @@ declare namespace entities {
|
||||
ApShowResponse,
|
||||
AppCreateRequest,
|
||||
AppCreateResponse,
|
||||
AppCurrentResponse,
|
||||
AppShowRequest,
|
||||
AppShowResponse,
|
||||
AuthAcceptRequest,
|
||||
|
||||
Reference in New Issue
Block a user