Breadcrumbs

Metavault API - Update project image

UpdateProjectImage - PUT

Path

/api/projects/{projectId}/image

Http Method

PUT

Overview

Update the image associated to a project. It is the image that is visible in the list of projects in the beVault interface.

Required permissions

  • Global administration privileges. ADMIN

Request

Path parameters

Parameter

Type

Required

Description

Example

projectId

string

Yes

The Id of the project, generated on creation.

099ec495a1b548efa43b15da09262c20

Request body

An image to set as the project logo. So Content-Type should be one of:

  • image/svg+xml

  • image/png

  • image/jpeg

  • image/webp

Response

Success response (200 OK)

The response is empty.