Skip to main content

Close the admin helper

PUT 

{baseUrl}/api/2.0/settings/closeadminhelper

Closes the administrator helper notification.

Responses

Ok

Authorization: asc_auth_key

name: asc_auth_keytype: apiKeyscopes: read,writedescription: Use Cookie authenticationin: cookie
name: Bearertype: httpdescription: Enter 'Bearer {JWT Token}'scheme: bearerbearerFormat: JWT
name: ApiKeyBearertype: httpdescription: Authentication is determined by the 'Authorization' headerscheme: bearerbearerFormat: API Key
name: Basictype: httpdescription: Enter your username and passwordscheme: basic
name: OAuth2type: oauth2scopes: api.read,api.writedescription: OAuth2 flow with Authorization Codeflows: {
  "authorizationCode": {
    "authorizationUrl": "",
    "tokenUrl": "",
    "scopes": {
      "read": "Read access to protected resources",
      "write": "Write access to protected resources"
    }
  }
}
name: OpenIdtype: openIdConnectdescription: OpenID Connect authenticationopenIdConnectUrl: 
curl -L -X PUT '/api/2.0/settings/closeadminhelper' \
-H 'Authorization: Bearer <token>' \
-H 'Authorization: Bearer <token>' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
Auth
ResponseClear

Click the Send API Request button above and see the response here!