Skip to main content
POST
Create workspace material

Authorizations

x-api-key
string
header
required

Project API key (psk_…) from Project Settings → API keys. Required scopes depend on the route (e.g. issues:read for listing issues). Only works on project-scoped /api/v1/projects/{projectId}/… routes.

Path Parameters

workspaceId
string
required

Body

application/json
name
string
required
unit
string
required
unitPrice
number | null

Response

200 - application/json

Created material

id
string
required
workspaceId
string
required
name
string
required
unit
string
required
unitPrice
string | null