What value to put in update_mask parameter when using koyeb api?
There’s nothing in the documentation about what value it expects apart from a string is expected.
I’m using this:
requests.request(“PUT”,url=“https://app.koyeb.com/v1/services/<service_id>”,headers={“authorization”:"Bearer < Token > "},params={“update_mask”:“update”,“dry_run”:True})
And it returns
{ “status”: 400, “code”: “invalid_argument”, “message”: “Validation error”,
“fields”: [
{
“field”: “service.definition”,
“description”: “value is required”
}
]
}
I’ve no idea how to make it work and docs are no help at all. Please reply on how to fix it and please update docs.