External resources

Update resource

Update external resource for a project. This endpoint accepts multipart/form-data to allow file uploads along with resource metadata.

File Upload: If the 'file' parameter is provided, the file will be uploaded and attached to the resource (replacing any existing file).

Filename/URL: The 'filename' parameter (string) can be used to specify either a filename or a URL. This is separate from the file upload.

post/resources/{projectId}/{resourceId}

Path parameters

projectIdinteger required
resourceIdinteger required

Response

successful operation

ResourceSchemaJson required— unresolved $ref

Changes