mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:07:31 +00:00
fix(api): correct http methods for provider templates endpoints (#5228)
fix(api): correct http methods for provider templates endpoints
This commit is contained in:
@@ -614,7 +614,7 @@ Change an existing ldap identity provider on the instance
|
||||
|
||||
|
||||
|
||||
POST: /idps/ldap/{id}
|
||||
PUT: /idps/ldap/{id}
|
||||
|
||||
|
||||
### DeleteProvider
|
||||
@@ -627,7 +627,7 @@ Will remove all linked providers of this configuration on the users
|
||||
|
||||
|
||||
|
||||
POST: /idps/templates/{id}
|
||||
DELETE: /idps/templates/{id}
|
||||
|
||||
|
||||
### GetOrgIAMPolicy
|
||||
|
@@ -3071,7 +3071,7 @@ Change an existing ldap identity provider in the organisation
|
||||
|
||||
|
||||
|
||||
POST: /idps/ldap/{id}
|
||||
PUT: /idps/ldap/{id}
|
||||
|
||||
|
||||
### DeleteProvider
|
||||
@@ -3084,7 +3084,7 @@ Will remove all linked providers of this configuration on the users
|
||||
|
||||
|
||||
|
||||
POST: /idps/templates/{id}
|
||||
DELETE: /idps/templates/{id}
|
||||
|
||||
|
||||
### ListActions
|
||||
|
Reference in New Issue
Block a user