Pular para o conteúdo principal

Create Artifact

POST 

/api/v1/artifacts/create/:workspace_id

Create a new artifact in the workspace.

Args

response (Response): The response object. workspace_id (str): The workspace ID where the artifact is created. artifact_data (ArtifactCreateSchema): Data for creating the artifact. org_member: The organizational member making the request. db (AsyncSession): The database session.

Returns

ArtifactInDBSchema: The created artifact with HTTP status of status.HTTP_201_CREATED.

Request

Responses

Successful Response