Actions7
Overview
The "Game Boost" node integrates with the Game Boost API to perform various operations related to game accounts. Specifically, the "Update Account Status" operation allows users to change the status of a specified game account. This is useful for managing account visibility or lifecycle states, such as marking an account as a draft or listing it publicly.
Common scenarios include:
- Updating the status of a game account after changes in its availability.
- Automating account management workflows where account statuses need to be synchronized with external systems.
- Managing bulk updates or individual account status changes within gaming platforms or marketplaces.
Example: A user wants to mark a game account as "listed" to make it available for sale or public viewing on a platform.
Properties
Name | Meaning |
---|---|
Target Account | The unique identifier (Account ID) of the game account whose status you want to update. |
Status | The new status to assign to the account. Options are: "Draft" (not publicly listed) or "Listed" (publicly visible). |
Note: There is also a hidden notice property that provides links to community Discord servers for support and discussion but does not affect execution.
Output
The node outputs JSON data representing the result of the update operation. The structure typically includes confirmation details about the updated account status or any relevant response from the Game Boost API.
If the output is an array containing objects with a json
property, the node returns this directly; otherwise, it wraps the raw response inside a JSON object.
No binary data output is indicated by the source code.
Dependencies
- Requires an API key credential for authenticating with the Game Boost API.
- The node depends on internal modules handling fields definitions, operator methods, and execution logic bundled within the node package.
- No additional environment variables or external services beyond the Game Boost API are explicitly required.
Troubleshooting
- Missing or invalid Target Account ID: Ensure the provided Account ID exists and is correctly formatted.
- Invalid Status value: Only "draft" or "listed" are accepted; selecting an unsupported status will cause errors.
- API authentication errors: Verify that the API key credential is correctly configured and has necessary permissions.
- Empty or malformed responses: Check network connectivity and API availability; retry if transient issues occur.
Common error messages likely relate to authentication failures, invalid parameters, or network issues. Resolving these involves verifying credentials, input values, and API endpoint accessibility.
Links and References
- Official Game Boost Discord Server: https://discord.com/invite/gameboost
- Unofficial Nskha Discord Server: https://discord.gg/YcV2hT87