You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid dropbox conflict (shows currently in use) the following needs to be updated:
endpoints relating to projects now take 'projectid:number' within the body (instead of project:string)
project delete is now performed using native endpoint (send DELETE request to projects/{pk} )
endpoints relating to forms now take 'formid:number' (instead of formID/form). note form_id is still a possible setting for the formbuilder and is used in postgres
To avoid dropbox conflict (shows currently in use) the following needs to be updated:
endpoints relating to projects now take 'projectid:number' within the body (instead of project:string)
project delete is now performed using native endpoint (send DELETE request to projects/{pk} )
endpoints relating to forms now take 'formid:number' (instead of formID/form). note form_id is still a possible setting for the formbuilder and is used in postgres
Changes should also be reflected in main client