Update Existing Auth Module
Request
POST <REST API URL>/authmodules/{auth module id}
Request Body
authmodule
extended by coreauthmodule, githubauthmodule, googleauthmodule, jbaauthmodule, jiraauthmodule, ldapauthmodule, oauth2authmodule, openidauthmodule, externalauthmodule, externalpasswordauthmodule, externaloauth2module
{
"id": string,
"aliasIds": [string, ...],
"aliases": [alias, ...],
"url": string,
"name": string,
"ordinal": int,
"accountsSize": int,
"disabled": boolean,
"autoJoinGroups": [userGroup, ...]
}
Response
Last modified: 6 April 2017