Skip to main content

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

Body

required
    plugin objectrequired
    elements object[]
  • Array [
  • elementType stringrequired

    Possible values: [excludeAccountShield, includeAccountShield]

    selectors string[]required
    urlPattern string
  • ]
  • events object[]
  • Array [
  • eventType stringrequired

    Possible values: [loginFail, loginAttempt, passwordReset, userRegistration]

    headers object[]
  • Array [
  • 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[]
  • Array [
  • loginPageUrl string
    resetPasswordUrl string
    urlPattern string
  • ]

Responses

Plugin updated successfully

Schema
    pluginId string

    The ID of the updated plugin

Loading...