I am looking at patching oidc connections for Ente...
# ory-network
a
I am looking at patching oidc connections for Enterprise SSO, and see that https://www.ory.sh/docs/reference/api#tag/project/operation/patchProject can be used for this. It is however deprecated and refers to
patchProjectWithRevision
which i can't find anywhere. patchProject uses an index into which connection to update which seems a little bit dangerous if people are doing things in parallel, and
patchProjectWithRevision
sounds like it would solve that concern. Is it available to use?
b
Thanks for the report, this is unintended, AFAICT. We'll fix this. You can use
patchProject
for the time being,
patchProjectWithRevision
will be available in the future, and allows you to supply a
revision_id
. This makes sure, that you don't make unintended updates, if the revision was updated in between you generating the patch, and actually executing the patch.
a
Thanks, is there an ETA? If its fairly close, ill wait for it 🙂
b
A couple of days
🙌 1