A positive value of adjustment means that that the API provider wants to adjust the balance for an under-charged developer i.e. the balance of the developer will decrease.
A negative value of adjustment means that that the API provider wants to adjust the balance for an over-charged developer i.e. the balance of the developer will increase.
Response body
If successful, the response body contains an instance of DeveloperBalance.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-04 UTC."],[[["This API adjusts the prepaid balance of a developer, handling scenarios where they have been either under-charged or over-charged."],["The API endpoint uses a POST request to `https://apigee.googleapis.com/v1/{name=organizations/*/developers/*/balance}:adjust` and requires a specific path parameter format."],["The request body includes an `adjustment` object to specify the monetary amount and direction of the balance adjustment, either positive for under-charged or negative for over-charged."],["Successful adjustments will return a `DeveloperBalance` instance in the response body."],["Authorization for using this endpoint requires the `apigee.developerbalances.adjust` IAM permission and the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]