Skip to main content

Update Artifact

PATCH 

/api/v1/artifacts/update/:artifact_id

Update an artifact using the repository.

Args

response (Response): The response object. artifact_id (str): The ID of the artifact to update. artifact_changes (ArtifactUpdateSchema): The changes to apply to the artifact. org_member: The organizational member making the request. db (AsyncSession): The database session.

Returns

ArtifactInDBSchema: The updated artifact with HTTP status of status.HTTP_200_OK.

Request

Responses

Successful Response