action gamesparks_update_credential_secret_using_post { label: "Resets the secret of a credential" provider: gamesparks method: POST path: "/restv2/game/{apiKey}/config/~credentials/{credentialName}/resetSecret" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } credentialName: { type: "string" } } required: ["apiKey", "credentialName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }