From the conformance class https://api.stacspec.org/v1.0.0/ogcapi-features/extensions/transaction I can detect whether a server generally supports transactions.
What I can't detect is, whether the user (can be unauthenticated or authenticated), has permission to actually submit transactions.
In a UI, I'd like to only show a button to edit the file whenever I can be sure that the user has the actual permissions to use the transaction endpoints. This extension doesn't seem to describe this. How can we help with this?
From the conformance class
https://api.stacspec.org/v1.0.0/ogcapi-features/extensions/transactionI can detect whether a server generally supports transactions.What I can't detect is, whether the user (can be unauthenticated or authenticated), has permission to actually submit transactions.
In a UI, I'd like to only show a button to edit the file whenever I can be sure that the user has the actual permissions to use the transaction endpoints. This extension doesn't seem to describe this. How can we help with this?