Runtime

Create runtime revision

Creates a new runtime revision.

post/v1/runtimes/{id}/revisions

Path parameters

idstring required

Request body

additional_python_importsstring

Response

OK

additional_python_importsstring
idstring required
runtime_idstring required
status'pending' | 'building' | 'succeeded' | 'failed' | 'cancelled' required

Changes

Changed in 4 of the 18 revisions of this API.113

    • removed the unspecified enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • the code response's property type/format changed from integer/int32 to integer/ for status 401

      response-property-type-changed

  • fbf471c508c811See the full diff
    • added the new package.json enum value to the manifest_file/name response property for the response status 200

      response-property-enum-value-added

    • added the new package.json enum value to the request property manifest_file/name

      request-property-enum-value-added

    • endpoint added

      endpoint-added