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
{{ message }}
This repository has been archived by the owner on May 28, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: