Hi everyone,
I am working with the new REST API in Ignition 8.1 to automate our Gateway setup. My goal is to programmatically create and configure an Identity Provider (IdP) using two distinct steps.
I haven’t been able to find the /openapi documentation and I’d appreciate some help!
1. Creation Phase:
I need a route to create a new IdP instance by providing at least the name. Which route would it be?
2. Update/Configuration Phase:
Once the IdP exists, I need to update its specific fields. Specifically, I want to use the "Import from URL" feature via the API.
- What is the route I should use to do that?
Thanks in advance!