Skip to main content
Add a cell specification to a project
curl --request POST \
  --url https://api.ionworks.com/projects/{project_id}/cell_specs/{cell_spec_id}
{
  "cell_spec_id": "<string>",
  "project_id": "<string>",
  "organization_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Path Parameters

project_id
string
required
cell_spec_id
string
required

Response

Successful Response

Model representing a cell specification to project mapping as returned by the API.

cell_spec_id
string
required

ID of the cell specification

project_id
string
required

ID of the project

organization_id
string
required

Organization this mapping belongs to.

created_at
string<date-time>
required

Timestamp of when the mapping was created