add onlySharedAccess option to i/apps endpoint
This commit is contained in:
parent
cc3076d6d2
commit
82cac0bbb7
2 changed files with 6 additions and 0 deletions
|
|
@ -22700,6 +22700,7 @@ export type operations = {
|
|||
'application/json': {
|
||||
/** @enum {string} */
|
||||
sort?: '+createdAt' | '-createdAt' | '+lastUsedAt' | '-lastUsedAt';
|
||||
onlySharedAccess?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue