Tinq\Projects
Official Tinq.ai PHP SDK. All URIs are relative to https://tinq.ai/api/v2, except if the operation defines another base path.Method | HTTP request | Description |
---|---|---|
createProject | POST /projects | Create Project |
getAllProjects | GET /projects/ | Get All Projects |
getProject | GET /projects/ | Get Project |
updateProject | PUT /projects/ | Update Project |
createProject()
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
body | object | [optional] |
Return type
void (empty response body)Authorization
bearerAuthHTTP request headers
- Content-Type:
application/json
- Accept:
application/json
getAllProjects()
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
order | string | [optional] | |
column_sort | string | [optional] | |
name | string | [optional] |
Return type
void (empty response body)Authorization
bearerAuthHTTP request headers
- Content-Type: Not defined
- Accept:
application/json
getProject()
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
project | string |
Return type
void (empty response body)Authorization
bearerAuthHTTP request headers
- Content-Type: Not defined
- Accept:
application/json
updateProject()
Example
Parameters
Name | Type | Description | Notes |
---|---|---|---|
project | string | ||
body | object | [optional] |
Return type
void (empty response body)Authorization
bearerAuthHTTP request headers
- Content-Type:
application/json
- Accept:
application/json