mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-05 03:30:05 +00:00
chore(doc): fix typo, add links to source code
This commit is contained in:
@@ -282,7 +282,7 @@ export class SASViyaApiClient {
|
||||
*/
|
||||
public async editContext(
|
||||
contextId: string,
|
||||
updatedContext: EditContextInput,
|
||||
editedContext: EditContextInput,
|
||||
accessToken?: string
|
||||
) {
|
||||
if (!contextId) {
|
||||
@@ -325,8 +325,8 @@ export class SASViyaApiClient {
|
||||
headers,
|
||||
body: JSON.stringify({
|
||||
...context,
|
||||
...updatedContext,
|
||||
attributes: { ...context.attributes, ...updatedContext.attributes }
|
||||
...editedContext,
|
||||
attributes: { ...context.attributes, ...editedContext.attributes }
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user