buildingSMART/BCF-API

Proposal: Support for editing extension values

jasollien opened this issue · 3 comments

Clients sees the need for updating items in the extension schema, such as statuses, types, priorities, labels, stages and users(?).

One possibility is the non interactive flow for doing this with "create/update/delete" resources.
Another possibility is the interactive flow (like we have done in the documents API), that just points the users to the server's UI

Alternative solution: Expose "server url's" for viewing/updating settings/project etc...

Amoki commented

I did something similar for BIMData by adding an UPDATE route to the Extension Service. It works well and implementation is easy.
It should use permissions to not allow everyone to update Extension thought.

We've agreed to only change those values in the native CDE uis