CreateApiOkResponse
The API's base data schema.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | ❌ | The API's ID. |
| name | string | ❌ | The API's name. |
| summary | string | ❌ | The API's short summary. |
| createdAt | string | ❌ | The date and time at which the API was created. |
| createdBy | number | ❌ | The Postman ID of the user that created the API. |
| updatedAt | string | ❌ | The date and time at which the API was updated. |
| updatedBy | number | ❌ | The Postman ID of the user that updated the API. |
| description | string | ❌ | The API's description. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs