Support object as body param for updateResource() and createResource() method

Created on 2 February 2024, 10 months ago
Updated 16 February 2024, 9 months ago

Currently body param updateResource and createResource method supports only string type. It should support object parameter as well

New signature should like below.

createResource(
    type: EntityTypeWithBundle,
    body: string | object,
  ): Promise<Response>

updateResource(
    type: EntityTypeWithBundle,
    resourceId: string,
    body: string | object,
  ): Promise<Response>

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Component

Code

Created by

🇮🇳India pratik_kamble Pune, India

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024