|
|
@ -7905,7 +7905,7 @@ export class Api< |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
dataCreate: ( |
|
|
|
dataCreate: ( |
|
|
|
sharedViewUuid: string, |
|
|
|
sharedViewUuid: string, |
|
|
|
data: object, |
|
|
|
data: any, |
|
|
|
params: RequestParams = {} |
|
|
|
params: RequestParams = {} |
|
|
|
) => |
|
|
|
) => |
|
|
|
this.request< |
|
|
|
this.request< |
|
|
@ -7918,7 +7918,7 @@ export class Api< |
|
|
|
path: `/api/v1/db/public/shared-view/${sharedViewUuid}/rows`, |
|
|
|
path: `/api/v1/db/public/shared-view/${sharedViewUuid}/rows`, |
|
|
|
method: 'POST', |
|
|
|
method: 'POST', |
|
|
|
body: data, |
|
|
|
body: data, |
|
|
|
type: ContentType.Json, |
|
|
|
type: ContentType.FormData, |
|
|
|
format: 'json', |
|
|
|
format: 'json', |
|
|
|
...params, |
|
|
|
...params, |
|
|
|
}), |
|
|
|
}), |
|
|
|