We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version
1 parent 947eabb commit 708d564Copy full SHA for 708d564
lib/plain/common-types.ts
@@ -283,7 +283,7 @@ export type PlainClientAPI = {
283
headers?: RawAxiosRequestHeaders
284
): Promise<EntryProps<T>>
285
patch<T extends KeyValueMap = KeyValueMap>(
286
- params: OptionalDefaults<GetSpaceEnvironmentParams & { entryId: string }>,
+ params: OptionalDefaults<GetSpaceEnvironmentParams & { entryId: string; version: number }>,
287
rawData: OpPatch[],
288
289
0 commit comments