Hi,
I have a table account_authorization. This has a pk of tenant_id and account_authorization_id.
When I want to stage/patch/commit a request through indicium, it throws a 400 bad request.
I try: …/account_authorization(1,1)/stage_edit
I don’t think I can expand this through the tenant_table, since that is not supported for staging if i’m correct.
In Short; How can I patch this table?
Blommetje