Update plugin
PUT/seb-api/v1/applications/:id/plugins
Updates the plugin associated with the application ID
Request
Path Parameters
id stringrequired
The ID of the application to update the plugin for
- application/json
Body
required
- Array [
- ]
- Array [
- Array [
- ]
- ]
- Array [
- ]
plugin objectrequired
elements object[]
elementType stringrequired
Possible values: [excludeAccountShield
, includeAccountShield
]
selectors string[]required
urlPattern string
events object[]
eventType stringrequired
Possible values: [loginFail
, loginAttempt
, passwordReset
, userRegistration
]
headers object[]
content stringrequired
name stringrequired
maxContentLength integer
method string
Possible values: [GET
, POST
, PUT
, PATCH
, DELETE
]
minContentLength integer
requestUrl string
statusCode integer
triggerOnFail boolean
triggerOnSuccess boolean
triggerUrl string
links object[]
loginPageUrl string
resetPasswordUrl string
urlPattern string
Responses
- 200
- 400
- 403
- 404
- 500
Plugin updated successfully
- application/json
- Schema
- Example (from schema)
Schema
pluginId string
The ID of the updated plugin
{
"pluginId": "string"
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
errorResponse object
error string
message stringrequired
{
"errorResponse": {
"error": "string",
"message": "string"
}
}
Forbidden
Plugin not found
Internal server error
Loading...