Skip to content

Deploy.py should be able to pass multiple http methods #55

@Rapierian

Description

@Rapierian

response = requests.post(api_url, data=json_body, headers=headers)
always does a post, but there are a few other endpoints such as put that can be used to update the information.

https://docs.cortex.io/docs/api/update-deploy-by-uuid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions