Close the admin helper
PUT{baseUrl}/api/2.0/settings/closeadminhelper
Closes the administrator helper notification.
Responses
- 200
- 401
- 405
Ok
Unauthorized
Not available
Authorization: asc_auth_key
name: asc_auth_keytype: apiKeyscopes: read,write
description: 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.write
description: 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
- python
- javascript
- php
- csharp
- java
- CURL
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>'
ResponseClear