partial_update cases

CRUD for tt-calc calculation cases. Company-scoped: users only see cases
owned by their company. user (creator) is set server-side to request.user.

Required permissions:

  • IsAuthenticated
  • WorkspaceRequired
  • HasRolePermissions::case_edit
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length between 1 and 255

Name of the case.

string | null

Description of the case (Optional).

string
required
length between 1 and 64

Calculator module identifier, e.g. Api510, RStreng.

integer | null

Folder the case belongs to (Optional).

input_data
object

Calculator inputs in the module's schema.

result_data
object

Calculator outputs in the module's schema.

location
array of numbers

Geographic point (longitude, latitude) for the case (Optional).

Geo Point
string | null

Human-readable location name, e.g. 'Austin, TX' (Optional).

integer | null
-2147483648 to 2147483647

Reference to projects.Project.id (Optional).

labels
object

List of Key/Value pairs where keys are 'name' and 'value'

boolean

Locked cases reject edits until unlocked.

string
length ≤ 32

Free-form workflow status. Choices may be enforced later.

string | null

Unit system for display: 'imperial' or 'metric'. Null = legacy / unspecified.

boolean

Is entity active

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
application/yaml