Terminal Use Projects API is one of 28 APIs that Terminal Use publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Projects. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes
8 operations
across 4 paths,
and defines 10 schemas.
It is described by OpenAPI 3.1.0, at version 0.1.0.
Requests are made against the base URL https://api.terminaluse.com.
8 operations4 paths10 schemas2 DELETE3 GET1 PATCH1 POST1 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://api.terminaluse.com
Resource Areas
1
Paths & Operations 8
Across 4 paths, the API surfaces 8 operations — 2 DELETE, 3 GET, 1 PATCH, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Projects 8
GET
/projects
List Projects
projects_list3 params→ 200422
POST
/projects
Create Project
projects_createbody→ 201422
DELETE
/projects/{project_id}
Delete Project
projects_delete1 param→ 200422
GET
/projects/{project_id}
Get Project
projects_retrieve1 param→ 200422
PATCH
/projects/{project_id}
Update Project
projects_update1 parambody→ 200422
GET
/projects/{project_id}/collaborators
List Project Collaborators
projects_list_collaborators1 param→ 200422
DELETE
/projects/{project_id}/collaborators/{member_id}
Remove Project Collaborator
projects_remove_collaborator2 params→ 200422
PUT
/projects/{project_id}/collaborators/{member_id}
Set Project Collaborator Role
projects_upsert_collaborator2 paramsbody→ 200422
Schemas 10
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Project (6 properties), ValidationError (3 properties), CreateProjectRequest (3 properties), ProjectListItem (3 properties). Each schema is shown below with its type and property counts.
ProjectListItem
object
Minimal project shape for discovery/listing. The /projects list endpoint is authorized via discover and must not leak read-level fields (e.g. description).
3 properties3 required
CreateProjectRequest
object
Request model for creating a project.
3 properties2 required
HTTPValidationError
object
1 property
ValidationError
object
3 properties3 required
DeleteResponse
object
2 properties2 required
Project
object
Response model for project.
6 properties4 required
ProjectCollaboratorResponse
object
Response model for project collaborator.
2 properties2 required
UpsertProjectCollaboratorRequest
object
Request model for setting/updating a project collaborator role.
1 property1 required
ProjectCollaboratorsResponse
object
Response model for project collaborators list.
2 properties1 required
UpdateProjectRequest
object
Request model for updating a project.
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.