All URIs are relative to /
Method | HTTP request | Description |
---|---|---|
CustomPropertiesControllerCreate | Post /v1/projects/{project}/customProperties | Create Custom Property |
CustomPropertiesControllerFindAll | Get /v1/projects/{project}/customProperties | List Custom Properties |
CustomProperty CustomPropertiesControllerCreate(ctx, body, project) Create Custom Property
Create a new Custom Property
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
body | CreateCustomPropertyDto | ||
project | Object | A Project key or ID |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]CustomProperty CustomPropertiesControllerFindAll(ctx, project, optional) List Custom Properties
List Custom Properties
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
project | Object | A Project key or ID | |
optional | *CustomPropertiesApiCustomPropertiesControllerFindAllOpts | optional parameters | nil if no parameters |
Optional parameters are passed through a pointer to a CustomPropertiesApiCustomPropertiesControllerFindAllOpts struct
Name | Type | Description | Notes |
---|
page | optional.Float64| | [default to 1] perPage | optional.Float64| | [default to 100] sortBy | optional.String| | [default to createdAt] sortOrder | optional.String| | [default to desc] search | optional.String| |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]