## Patch API V2  
```  
2  
```  
``` OAS 3.0 ```

The core API used to integrate with Patch's service

Servers

{defaultUrl}

Computed URL:`https://api.patch.io`

#### Server variables

|     |     |
| --- | --- |
| defaultUrl |  |

Authorize

### Orders

PATCH  
/v1/orders/{id}/cancel

Cancel an order

POST  
/v1/orders

Creates an order

GET  
/v1/orders

Retrieves a list of orders

DELETE  
/v1/orders/{uid}

Deletes a draft order

PATCH  
/v1/orders/{id}/place

Place an order

GET  
/v1/orders/{id}

Retrieves an order

### Projects

GET  
/v1/projects

Retrieves a list of projects

GET  
/v1/projects/{id}

Retrieves a project

### TechnologyTypes

GET  
/v1/projects/technology_types

Retrieves the list of technology_types

### Order Line Items

POST  
/v1/orders/{order_id}/line_items

Creates an order line item

DELETE  
/v1/orders/{order_id}/line_items/{serial_number}

Deletes an order line item

PATCH  
/v1/orders/{order_id}/line_items/{serial_number}

Updates an order line item

#### Schemas

error_response

create_success_response

order

photo

technology_type

project

meta_index_object

standard

sdg

highlight

inventory

order_issued_to

order_line_item

order_line_item_project
