Actions21
- Application Actions
- Project Actions
- Test Actions
- Domain Verification Actions
Overview
This node interacts with the Beagle Security API to update an existing application within a project. It allows users to modify the application's name and URL by providing the unique application token. This operation is useful for maintaining accurate and up-to-date information about applications being tested for security vulnerabilities.
Use Case Examples
- Updating the URL of an application after it has been moved to a new domain.
- Changing the application name to reflect a rebranding or new project naming convention.
Properties
| Name | Meaning |
|---|---|
| Application Name | The new name to assign to the application being updated. |
| Application URL | The new URL of the application to be tested, reflecting where the application is hosted. |
| Application Token | The unique token identifying the application to update. |
Output
JSON
json- The JSON response from the Beagle Security API containing the updated application details or status.
Dependencies
- Beagle Security API with an API token credential
Troubleshooting
- Ensure the application token is correct and corresponds to an existing application; otherwise, the update will fail.
- Verify that the API token credential is valid and has the necessary permissions to update applications.
- Common error messages include authorization errors if the API token is invalid, or validation errors if required fields like application name or URL are missing or malformed.
Links
- Beagle Security API - Update Application - Official API documentation for updating an application in Beagle Security.