-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What's Changed --- ##### `GET` /sources/ldap/{slug}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean) ##### `PUT` /sources/ldap/{slug}/ ###### Request: Changed content type : `application/json` * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean) ##### `PATCH` /sources/ldap/{slug}/ ###### Request: Changed content type : `application/json` * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean) ##### `POST` /sources/ldap/ ###### Request: Changed content type : `application/json` * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean) ##### `GET` /sources/ldap/ ###### Parameters: Added: `client_certificate` in `query` Added: `sni` in `query` ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > LDAP Source Serializer * Added property `client_certificate` (string) > Client certificate to authenticate against the LDAP Server's Certificate. * Added property `sni` (boolean)
- Loading branch information
1 parent
4119741
commit 84b50dc
Showing
10 changed files
with
561 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.