Skip to main content

[python] Upload pipfile.lock

POST 

/api/v1/catalog/:tag/packages/python/pipfile

[python] Upload pipfile.lock

Request

Path Parameters

    tag stringrequired

Body

required

Stringified version of your Pipfile.lock file

    string

Responses

Successfully saved packages

Schema

  • Array [

  • dateCreated date-timerequired
    id int64required
    name stringrequired
    packageType stringrequired

    Possible values: [NODE, JAVA, PYTHON, GO, NUGET]

    version stringrequired
  • ]

Loading...