Update a custom function
Required scopes:
functions:write
Updates custom functions description
or code
. You cannot change the name
of the custom function.
Make sure to use the same function name in the function's code
. Otherwise, you get an IM005 error.
Make validates the custom function's code first. You get an IM005 error if the code validation fails. The validation might fail because of a syntax error in the function's code or when the code uses a JavaScript feature that Make doesn't support. Check the custom functions limitations in the Make Help center.
Last updated