Dependencies

Create a new dependency configuration

Create a new dependency configuration

post/dependencies/configs

Request body

_idstring

MongoDB ObjectId represented as a hexadecimal string

namestring

Name of the dependency configuration

type'python' | 'node'

Type of dependencies (programming language)

pathstring

Path to the dependency file

file_namestring

Name of the dependency file (e.g., requirements.txt, package.json)

created_atstring date-time
updated_atstring date-time
created_bystring

MongoDB ObjectId represented as a hexadecimal string

updated_bystring

MongoDB ObjectId represented as a hexadecimal string

Response

Dependency configuration created successfully

codeinteger
messagestring
dataobject

Changes