Record
put-v3-projects-id-services-redmine-params
No description available.
record put-v3-projects-id-services-redmine-params {
id: string,
new-issue-url: string,
project-url: string,
issues-url: string,
description: option<string>,
push-events: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| new-issue-url | string | |
| project-url | string | |
| issues-url | string | |
| description | option<string> | |
| push-events | option<string> |