Modify Data

Table of Contents

System & Health

#
API
Description

1

Sends a health check request to verify system status and connectivity.

2

POST /api/deleteModuleInfo

Deletes information or data for a specified system module.

3

POST /api/rebootModules

Reboots specified system modules.

4

POST /api/updateModuleEnvAndReboot

Updates environment variables for modules and triggers a reboot.

5

POST /api/takeUpdate

Applies a system update and restarts affected components.

6

POST /api/closeLoader

Closes or dismisses the system loader/initialization interface.

7

POST /api/skipOnboarding

Skips the onboarding process for the current session or user.

8

POST /api/runTestOnboarding

Runs the onboarding test sequence to validate system configuration.

POST request for endpoint /api/sendHealthCheck

post
Body
instanceIdstringOptionalExample: 879c9527-b664-403e-9b7e-1abe0ac05ab6
Responses
chevron-right
200

Health check sent successfully

No content

post
/api/sendHealthCheck
200

Health check sent successfully

No content

POST request for endpoint /api/deleteModuleInfo

post
Body
moduleIdstringOptionalExample: TRAFFIC_COLLECTOR
Responses
chevron-right
200

Module info deleted successfully

No content

post
/api/deleteModuleInfo
200

Module info deleted successfully

No content

POST request for endpoint /api/rebootModules

post
Body
moduleIdsstring[]OptionalExample: TRAFFIC_COLLECTOR
Responses
chevron-right
200

Modules reboot initiated successfully

No content

post
/api/rebootModules
200

Modules reboot initiated successfully

No content

POST request for endpoint /api/updateModuleEnvAndReboot

post
Body
moduleIdstringOptionalExample: TRAFFIC_COLLECTOR
envVariablesobjectOptionalExample: {"DEBUG_MODE":"true","LOG_LEVEL":"INFO"}
Responses
chevron-right
200

Module environment updated and reboot initiated

No content

post
/api/updateModuleEnvAndReboot
200

Module environment updated and reboot initiated

No content

POST request for endpoint /api/takeUpdate

post
Body
versionstringOptionalExample: 1.97.0
forcebooleanOptionalExample: false
Responses
chevron-right
200

Update applied successfully

No content

post
/api/takeUpdate
200

Update applied successfully

No content

POST request for endpoint /api/closeLoader

post
Body
objectOptional
Responses
chevron-right
200

Loader closed successfully

No content

post
/api/closeLoader
200

Loader closed successfully

No content

POST request for endpoint /api/skipOnboarding

post
Body
objectOptional
Responses
chevron-right
200

Onboarding skipped successfully

No content

post
/api/skipOnboarding
200

Onboarding skipped successfully

No content

POST request for endpoint /api/runTestOnboarding

post
Body
testTypestringOptionalExample: FULL
Responses
chevron-right
200

Onboarding tests completed

No content

post
/api/runTestOnboarding
200

Onboarding tests completed

No content

Settings & Toggles

#
API
Description

1

POST /api/modifyAccountSettings

Updates account-level settings and configurations.

2

POST /api/updateAktoUIMode

Updates the UI mode/theme for the Akto platform (light, dark, etc.).

3

POST /api/toggleRedactFeature

Toggles the sensitive data redaction feature on or off.

4

POST /api/toggleCaseSensitiveApis

Toggles case-sensitive API matching and comparison.

5

POST /api/switchTestingModule

Switches between different security testing modules.

6

POST /api/enableMergingOnVersionsInApis

Enables API version merging and consolidation.

7

POST /api/updateMergeAsyncOutside

Updates settings for asynchronous API merging outside the main flow.

8

POST /api/updateGlobalRateLimit

Updates the global rate limiting configuration for all APIs.

9

POST /api/updateIgnoreTimeForSummaries

Updates the time window to ignore when generating summary reports.

10

POST /api/updatePrivateCidrIps

Updates the list of private CIDR IP ranges for the organization.

11

POST /api/addMatchingPatternForProxy

Adds URL matching patterns for proxy configuration.

12

POST /api/updatePartnerIps

Updates the list of partner IP addresses for access control.

13

POST /api/toggleNewMergingEnabled

Toggles the new API merging algorithm or approach.

14

POST /api/toggleDoBodyMatch

Toggles body-based matching for API requests and responses.

15

POST /api/toggleTelemetry

Toggles telemetry and usage tracking features.

16

POST /api/updateUrlSettings

Updates URL-related settings and configurations.

17

POST /api/toggleDebugLogsFeature

Toggles debug logging for troubleshooting and diagnostics.

18

POST /api/updateSetupType

Updates the deployment setup type (cloud, self-hosted, etc.).

19

POST /api/updateTrafficAlertThresholdSeconds

Updates the time threshold for traffic alert triggering.

20

POST /api/toggleArchivalEnabled

Toggles data archival functionality for historical data management.

21

POST /api/updateRetrospectiveFilterSettings

Updates retrospective filter configurations and rules.

22

POST /api/updateCompulsoryDescription

Updates requirements for API descriptions and documentation.

23

POST /api/updateBlockLogs

Updates logging configuration for blocked or rejected requests.

24

POST /api/updateFilterLogPolicy

Updates the policy for filtering and managing logs.

POST request for endpoint /api/modifyAccountSettings

post
Body
settingKeystringOptionalExample: SETTING_NAME
settingValuestringOptionalExample: new_value
Responses
chevron-right
200

Settings updated successfully

No content

post
/api/modifyAccountSettings
200

Settings updated successfully

No content

POST request for endpoint /api/updateAktoUIMode

post
Body
uiModestringOptionalExample: DARK
Responses
chevron-right
200

UI mode updated successfully

No content

post
/api/updateAktoUIMode
200

UI mode updated successfully

No content

POST request for endpoint /api/toggleRedactFeature

post
Body
enabledbooleanOptionalExample: true
Responses
chevron-right
200

Redaction feature toggled successfully

No content

post
/api/toggleRedactFeature
200

Redaction feature toggled successfully

No content

POST request for endpoint /api/toggleCaseSensitiveApis

post
Body
caseSensitivebooleanOptionalExample: true
Responses
chevron-right
200

Case sensitivity setting updated

No content

post
/api/toggleCaseSensitiveApis
200

Case sensitivity setting updated

No content

POST request for endpoint /api/switchTestingModule

post
Body
enabledbooleanOptionalExample: true
Responses
chevron-right
200

Testing module switched successfully

No content

post
/api/switchTestingModule
200

Testing module switched successfully

No content

POST request for endpoint /api/enableMergingOnVersionsInApis

post
Body
enabledbooleanOptionalExample: true
Responses
chevron-right
200

Version merging setting updated

No content

post
/api/enableMergingOnVersionsInApis
200

Version merging setting updated

No content

POST request for endpoint /api/updateMergeAsyncOutside

post
Body
enabledbooleanOptionalExample: true
Responses
chevron-right
200

Async merge setting updated

No content

post
/api/updateMergeAsyncOutside
200

Async merge setting updated

No content

POST request for endpoint /api/updateGlobalRateLimit

post
Body
globalRateLimitintegerOptionalExample: 1000
Responses
chevron-right
200

Rate limit updated successfully

No content

post
/api/updateGlobalRateLimit
200

Rate limit updated successfully

No content

POST request for endpoint /api/updateIgnoreTimeForSummaries

post
Body
ignoreTimebooleanOptionalExample: true
Responses
chevron-right
200

Summary time setting updated

No content

post
/api/updateIgnoreTimeForSummaries
200

Summary time setting updated

No content

POST request for endpoint /api/updatePrivateCidrIps

post
Body
privateCidrListstring[]OptionalExample: 192.0.2.0/24
Responses
chevron-right
200

Private CIDR IPs updated

No content

post
/api/updatePrivateCidrIps
200

Private CIDR IPs updated

No content

POST request for endpoint /api/addMatchingPatternForProxy

post
Body
patternstringOptionalExample: .*\.example\.com.*
Responses
chevron-right
200

Proxy pattern added successfully

No content

post
/api/addMatchingPatternForProxy
200

Proxy pattern added successfully

No content

POST request for endpoint /api/updatePartnerIps

post
Body
partnerIpListstring[]OptionalExample: 192.0.2.100
Responses
chevron-right
200

Partner IPs updated

No content

post
/api/updatePartnerIps
200

Partner IPs updated

No content

POST request for endpoint /api/toggleNewMergingEnabled

post
Body
newMergingEnabledbooleanOptionalExample: true
Responses
chevron-right
200

New merging setting toggled

No content

post
/api/toggleNewMergingEnabled
200

New merging setting toggled

No content

POST request for endpoint /api/toggleDoBodyMatch

post
Body
doBodyMatchbooleanOptionalExample: true
Responses
chevron-right
200

Body matching setting toggled

No content

post
/api/toggleDoBodyMatch
200

Body matching setting toggled

No content

POST request for endpoint /api/toggleTelemetry

post
Body
enableTelemetrybooleanOptionalExample: false
Responses
chevron-right
200

Telemetry setting toggled

No content

post
/api/toggleTelemetry
200

Telemetry setting toggled

No content

POST request for endpoint /api/updateUrlSettings

post
Body
urlRegexMatchingEnabledbooleanOptionalExample: true
Responses
chevron-right
200

URL settings updated

No content

post
/api/updateUrlSettings
200

URL settings updated

No content

POST request for endpoint /api/toggleDebugLogsFeature

post
Body
enabledbooleanOptionalExample: true
Responses
chevron-right
200

Debug logs feature toggled

No content

post
/api/toggleDebugLogsFeature
200

Debug logs feature toggled

No content

POST request for endpoint /api/updateSetupType

post
Body
setupTypestringOptionalExample: SAAS
Responses
chevron-right
200

Setup type updated

No content

post
/api/updateSetupType
200

Setup type updated

No content

POST request for endpoint /api/updateTrafficAlertThresholdSeconds

post
Body
thresholdSecondsintegerOptionalExample: 300
Responses
chevron-right
200

Traffic alert threshold updated

No content

post
/api/updateTrafficAlertThresholdSeconds
200

Traffic alert threshold updated

No content

POST request for endpoint /api/toggleArchivalEnabled

post
Body
enabledbooleanOptionalExample: true
Responses
chevron-right
200

Archival feature toggled

No content

post
/api/toggleArchivalEnabled
200

Archival feature toggled

No content

POST request for endpoint /api/updateRetrospectiveFilterSettings

post
Body
allowRetrospectiveMergingbooleanOptionalExample: true
Responses
chevron-right
200

Retrospective filter settings updated

No content

post
/api/updateRetrospectiveFilterSettings
200

Retrospective filter settings updated

No content

POST request for endpoint /api/updateCompulsoryDescription

post
Body
compulsoryDescriptionobjectOptional
Responses
chevron-right
200

Compulsory description settings updated

No content

post
/api/updateCompulsoryDescription
200

Compulsory description settings updated

No content

POST request for endpoint /api/updateBlockLogs

post
Body
blockLogsbooleanOptionalExample: false
Responses
chevron-right
200

Block logs setting updated

No content

post
/api/updateBlockLogs
200

Block logs setting updated

No content

POST request for endpoint /api/updateFilterLogPolicy

post
Body
filterLogPolicyarrayOptional
Responses
chevron-right
200

Filter log policy updated

No content

post
/api/updateFilterLogPolicy
200

Filter log policy updated

No content

SSO & Authentication

#
API
Description

1

POST /api/googleConfig

Configures Google OAuth/SSO settings for the organization.

2

POST /api/addGithubSso

Adds or updates GitHub SSO configuration for the organization.

3

POST /api/deleteGithubSso

Deletes the existing GitHub SSO configuration.

4

POST /api/addGithubAppSecretKey

Adds a GitHub App secret key for SSO authentication.

5

POST /api/deleteGithubAppSecretKey

Deletes the GitHub App secret key used for SSO.

6

POST /api/addOktaSso

Adds or updates Okta SSO configuration for the organization.

7

POST /api/deleteOktaSso

Deletes the existing Okta SSO configuration.

8

POST /api/saveOktaGroupRoleMapping

Saves the mapping between Okta groups and Akto roles.

9

POST /api/addSAMLSso

Adds or updates SAML SSO configuration for the organization.

10

POST /api/deleteSamlSso

Deletes the existing SAML SSO configuration.

POST request for endpoint /api/googleConfig

post
Body
objectOptional
Responses
chevron-right
200

Google OAuth configuration retrieved successfully

application/json
client_idstringOptional

Google OAuth client ID registered for this Akto instance

Example: 812345678901-abcdef1234567890abcdef1234567890.apps.googleusercontent.com
post
/api/googleConfig

POST request for endpoint /api/addGithubSso

post
Body
githubClientIdstringRequired

GitHub OAuth App client ID

Example: Iv1.a1b2c3d4e5f6g7h8
githubClientSecretstringRequired

GitHub OAuth App client secret

Example: [REDACTED_GITHUB_CLIENT_SECRET]
githubUrlstringOptional

Base URL for GitHub Enterprise instances (leave empty for github.com)

Example: https://github.example-corp.com
githubApiUrlstringOptional

GitHub API base URL for Enterprise instances (leave empty for github.com)

Example: https://github.example-corp.com/api/v3
Responses
chevron-right
200

GitHub SSO integration added successfully

application/json
objectOptional
post
/api/addGithubSso

POST request for endpoint /api/deleteGithubSso

post
Body
objectOptional
Responses
chevron-right
200

GitHub SSO integration deleted successfully

application/json
objectOptional
post
/api/deleteGithubSso

POST request for endpoint /api/addGithubAppSecretKey

post
Body
githubAppIdstringRequired

GitHub App ID (numeric identifier shown on the App settings page)

Example: 987654
githubAppSecretKeystringRequired

RSA private key PEM content (with or without header/footer lines; newlines are stripped automatically)

Example: [REDACTED_RSA_PRIVATE_KEY_PEM]
Responses
chevron-right
200

GitHub App credentials validated and saved successfully

application/json
objectOptional
post
/api/addGithubAppSecretKey

POST request for endpoint /api/deleteGithubAppSecretKey

post
Body
objectOptional
Responses
chevron-right
200

GitHub App credentials deleted successfully

application/json
actionMessagesstring[]OptionalExample: Deleted github app ID and secret key
post
/api/deleteGithubAppSecretKey

POST request for endpoint /api/addOktaSso

post
Body
clientIdstringRequired

Okta OIDC application client ID

Example: 0oa1b2c3d4e5F6G7H890
clientSecretstringRequired

Okta OIDC application client secret

Example: [REDACTED_OKTA_CLIENT_SECRET]
authorisationServerIdstringRequired

Okta Authorization Server ID (use 'default' for the org-level server)

Example: aus1b2c3d4e5F6G7H890
oktaDomainstringRequired

Okta organization domain URL

Example: https://example-corp.okta.com
redirectUristringRequired

Redirect URI registered in the Okta application

Example: https://app.akto.example-corp.com/login/oauth2/code/okta
managementApiTokenstringOptional

Okta Management API token — required for fetchOktaGroups and role mapping. Stored server-side; returned masked as '*' on subsequent reads.

Example: [REDACTED_OKTA_MANAGEMENT_API_TOKEN]
Responses
chevron-right
200

Okta SSO integration added successfully

application/json
managementApiTokenstringOptional

Returns '*' if a management API token was saved, null otherwise

Example: *
post
/api/addOktaSso

POST request for endpoint /api/deleteOktaSso

post
Body
objectOptional
Responses
chevron-right
200

Okta SSO integration deleted successfully

application/json
objectOptional
post
/api/deleteOktaSso

POST request for endpoint /api/saveOktaGroupRoleMapping

post
Body
managementApiTokenstringOptional

Optional — update the stored Okta Management API token. Pass empty string to remove it. Pass '' or a value containing '**' to leave the existing token unchanged.

Example: [REDACTED_OKTA_MANAGEMENT_API_TOKEN]
Responses
chevron-right
200

Group role mapping saved successfully

application/json
managementApiTokenstringOptional

Returns '*' if a management API token is now stored, null otherwise

Example: *
post
/api/saveOktaGroupRoleMapping

POST request for endpoint /api/addSAMLSso

post
Body
configTypestring · enumRequired

SAML provider type. Use AZURE for Azure AD / Microsoft Entra ID, or GOOGLE_SAML for Google Workspace SAML.

Example: AZUREPossible values:
x509CertificatestringRequired

Base64-encoded X.509 public certificate from the identity provider's SAML metadata

Example: [REDACTED_X509_CERTIFICATE_BASE64]
ssoEntityIdstringRequired

SAML Entity ID / Issuer URI of the identity provider

Example: https://sts.windows.net/a1b2c3d4-e5f6-7890-abcd-ef1234567890/
loginUrlstringRequired

SAML SSO login URL provided by the identity provider

Example: https://login.microsoftonline.com/a1b2c3d4-e5f6-7890-abcd-ef1234567890/saml2
acsUrlstringRequired

Assertion Consumer Service URL — the Akto callback endpoint that receives the SAML response

Example: https://app.akto.example-corp.com/api/saml/callback
applicationIdentifierstringRequired

Application / Audience URI registered in the identity provider for this Akto instance

Example: https://app.akto.example-corp.com
Responses
chevron-right
200

SAML SSO integration added successfully

application/json
objectOptional
post
/api/addSAMLSso

POST request for endpoint /api/deleteSamlSso

post
Body
configTypestring · enumRequired

SAML provider type to delete

Example: AZUREPossible values:
Responses
chevron-right
200

SAML SSO integration deleted successfully

application/json
objectOptional
post
/api/deleteSamlSso

Runtime & Infrastructure

#
API
Description

1

GET /api/checkStackCreationProgress

Checks the progress of runtime stack creation or deployment.

2

POST /api/createRuntimeStack

Initiates creation of a new runtime stack for deployment.

3

POST /api/addAwsAccountIdsForApiGatewayLogging

Adds AWS account IDs to enable API Gateway logging for traffic analysis.

4

POST /api/saveLoadBalancers

Saves and updates load balancer configurations.

GET request for endpoint /api/checkStackCreationProgress

get
Query parameters
stackIdstringOptionalExample: stack-abc123
Responses
chevron-right
200

Stack creation progress retrieved

No content

get
/api/checkStackCreationProgress
200

Stack creation progress retrieved

No content

POST request for endpoint /api/createRuntimeStack

post
Body
stackNamestringOptionalExample: akto-prod-stack
cloudProviderstringOptionalExample: AWS
regionstringOptionalExample: us-east-1
Responses
chevron-right
200

Stack creation initiated

No content

post
/api/createRuntimeStack
200

Stack creation initiated

No content

POST request for endpoint /api/addAwsAccountIdsForApiGatewayLogging

post
Body
accountIdsstring[]OptionalExample: [REDACTED-AWS-ACCOUNT]
Responses
chevron-right
200

AWS account IDs added successfully

No content

post
/api/addAwsAccountIdsForApiGatewayLogging
200

AWS account IDs added successfully

No content

POST request for endpoint /api/saveLoadBalancers

post
Body
objectOptional
Responses
chevron-right
200

Load balancer configuration saved

No content

post
/api/saveLoadBalancers
200

Load balancer configuration saved

No content

Logs, Audit & Traffic

#
API
Description

1

POST /api/updateAuditData

Updates audit logs and tracking records for compliance and forensics.

POST request for endpoint /api/updateAuditData

post
Body
auditIdstringOptional
statusstringOptionalExample: ARCHIVED
Responses
chevron-right
200

Audit data updated

No content

post
/api/updateAuditData
200

Audit data updated

No content

Dashboard, Filters & Misc

#
API
Description

1

POST /api/saveDashboardLayout

Saves the user's custom dashboard layout configuration.

2

POST /api/saveTagConfig

Saves tag configurations and taxonomy settings.

3

GET /api/reviewTagConfig

Submits tag configuration for review and approval.

4

POST /api/toggleActiveTagConfig

Toggles a tag configuration between active and inactive states.

5

POST /api/saveFilterYamlTemplate

Saves a custom YAML filter template for reuse.

6

POST /api/deleteFilterYamlTemplate

Deletes a saved YAML filter template.

7

POST /api/addFilterHeaderValueMap

Adds header value mappings to filter configurations.

8

POST /api/saveBrowserExtensionConfig

Saves browser extension settings and configurations.

9

POST /api/deleteBrowserExtensionConfigs

Deletes browser extension configurations.

10

POST /api/handleRefreshTableCount

Handles refresh of table data and record counts.

11

POST /api/send_event

Sends custom events for analytics and tracking.

12

POST /api/markAlertAsDismissed

Marks security alerts as dismissed or acknowledged.

13

GET /api/getAllTrafficAlerts

Retrieves and processes all active traffic alerts.

14

POST /api/wrapped

Generates or processes wrapped/summarized reports.

POST request for endpoint /api/saveDashboardLayout

post
Body
objectOptional
Responses
chevron-right
200

Dashboard layout saved successfully

No content

post
/api/saveDashboardLayout
200

Dashboard layout saved successfully

No content

POST request for endpoint /api/saveTagConfig

post
Body
objectOptional
Responses
chevron-right
200

Tag configuration saved

No content

post
/api/saveTagConfig
200

Tag configuration saved

No content

GET request for endpoint /api/reviewTagConfig

get
Responses
chevron-right
200

Tag configurations retrieved

No content

get
/api/reviewTagConfig
200

Tag configurations retrieved

No content

POST request for endpoint /api/toggleActiveTagConfig

post
Body
objectOptional
Responses
chevron-right
200

Tag configuration toggled

No content

post
/api/toggleActiveTagConfig
200

Tag configuration toggled

No content

POST request for endpoint /api/saveFilterYamlTemplate

post
Body
objectOptional
Responses
chevron-right
200

Filter template saved successfully

No content

post
/api/saveFilterYamlTemplate
200

Filter template saved successfully

No content

POST request for endpoint /api/deleteFilterYamlTemplate

post
Body
objectOptional
Responses
chevron-right
200

Filter template deleted

No content

post
/api/deleteFilterYamlTemplate
200

Filter template deleted

No content

POST request for endpoint /api/addFilterHeaderValueMap

post
Body
objectOptional
Responses
chevron-right
200

Header value map added

No content

post
/api/addFilterHeaderValueMap
200

Header value map added

No content

POST request for endpoint /api/saveBrowserExtensionConfig

post
Body
objectOptional
Responses
chevron-right
200

Browser extension config saved

No content

post
/api/saveBrowserExtensionConfig
200

Browser extension config saved

No content

POST request for endpoint /api/deleteBrowserExtensionConfigs

post
Body
objectOptional
Responses
chevron-right
200

Browser extension config deleted

No content

post
/api/deleteBrowserExtensionConfigs
200

Browser extension config deleted

No content

POST request for endpoint /api/handleRefreshTableCount

post
Body
objectOptional
Responses
chevron-right
200

Table count refreshed

No content

post
/api/handleRefreshTableCount
200

Table count refreshed

No content

POST request for endpoint /api/send_event

post
Body
objectOptional
Responses
chevron-right
200

Event sent successfully

No content

post
/api/send_event
200

Event sent successfully

No content

POST request for endpoint /api/markAlertAsDismissed

post
Body
objectOptional
Responses
chevron-right
200

Alert dismissed successfully

No content

post
/api/markAlertAsDismissed
200

Alert dismissed successfully

No content

GET request for endpoint /api/getAllTrafficAlerts

get
Query parameters
statusstringOptionalExample: ACTIVE
Responses
chevron-right
200

Traffic alerts retrieved

No content

get
/api/getAllTrafficAlerts
200

Traffic alerts retrieved

No content

POST request for endpoint /api/wrapped

post
Body
objectOptional
Responses
chevron-right
200

Wrapped statistics retrieved

No content

post
/api/wrapped
200

Wrapped statistics retrieved

No content

Maintenance

#
API
Description

1

POST /api/cleanNonHostApiInfos

Cleans up API information for non-host endpoints, removing stale data.

2

POST /api/deleteOptionAndSlashApis

Deletes OPTIONS and SLASH method API endpoints from the catalog.

3

POST /api/deleteExtraApiInfo

Removes extra or redundant API information entries.

4

POST /api/deleteDuplicateEntries

Removes duplicate API entries to maintain catalog integrity.

5

POST /api/deleteNonHostSTIs

Deletes Sensitive Technology Indicators (STIs) for non-host APIs.

6

POST /api/unsetTemp

Clears temporary flags and settings used during operations.

7

POST /api/dryRunAdvancedFilters

Performs a test run of advanced filter configurations without applying changes.

POST request for endpoint /api/cleanNonHostApiInfos

post
Body
objectOptional
Responses
chevron-right
200

Non-host API infos cleaned

No content

post
/api/cleanNonHostApiInfos
200

Non-host API infos cleaned

No content

POST request for endpoint /api/deleteOptionAndSlashApis

post
Body
objectOptional
Responses
chevron-right
200

OPTIONS and slash APIs deleted

No content

post
/api/deleteOptionAndSlashApis
200

OPTIONS and slash APIs deleted

No content

POST request for endpoint /api/deleteExtraApiInfo

post
Body
objectOptional
Responses
chevron-right
200

Extra API info deleted

No content

post
/api/deleteExtraApiInfo
200

Extra API info deleted

No content

POST request for endpoint /api/deleteDuplicateEntries

post
Body
objectOptional
Responses
chevron-right
200

Duplicate entries deleted

No content

post
/api/deleteDuplicateEntries
200

Duplicate entries deleted

No content

POST request for endpoint /api/deleteNonHostSTIs

post
Body
objectOptional
Responses
chevron-right
200

Non-host STIs deleted

No content

post
/api/deleteNonHostSTIs
200

Non-host STIs deleted

No content

POST request for endpoint /api/unsetTemp

post
Body
objectOptional
Responses
chevron-right
200

Temporary values cleared

No content

post
/api/unsetTemp
200

Temporary values cleared

No content

POST request for endpoint /api/dryRunAdvancedFilters

post
Body
objectOptional
Responses
chevron-right
200

Dry run completed

No content

post
/api/dryRunAdvancedFilters
200

Dry run completed

No content

Last updated