Browse Source

Merge pull request #15351 from nextcloud/automated/noid/main-update-nextcloud-openapi

[main] Update Nextcloud OpenAPI types
pull/15355/head
Joas Schilling 5 months ago
committed by GitHub
parent
commit
4fa36e3b3c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      src/types/openapi/core/openapi_core.ts
  2. 2
      src/types/openapi/core/openapi_files_sharing.ts

4
src/types/openapi/core/openapi_core.ts

@ -1346,7 +1346,7 @@ export interface operations {
parameters: {
query?: never;
header: {
USER_AGENT?: string;
"user-agent"?: string;
/** @description Required to be true for the API request to pass */
"OCS-APIRequest": boolean;
};
@ -4329,7 +4329,7 @@ export interface operations {
parameters: {
query?: never;
header?: {
USER_AGENT?: string;
"user-agent"?: string;
};
path?: never;
cookie?: never;

2
src/types/openapi/core/openapi_files_sharing.ts

@ -717,7 +717,7 @@ export interface operations {
mimeFallback?: 0 | 1;
};
header?: {
"X-NC-Preview"?: string;
"x-nc-preview"?: string;
};
path: {
/** @description Token of the share */

Loading…
Cancel
Save