Update Image Field

Images Update / Set

This endpoint creates a new object. It returns a detail response containing the details of the added item. This route allows users to update/set an image field for a specified object by uploading an image via API This request needs to be done as a multipart/form-data request. The body should also have only 1 body parameter called ‘file’ and its value should be an image file. The file should be no larger than 5MB in size and have one of these valid extensions: ['jpg', 'jpeg', 'gif', 'png']

Language
Credentials
Bearer
access_token
URL
Click Try It! to start a request and see the response here!