Record
put-v3-projects-id-snippets-snippet-id-params
No description available.
record put-v3-projects-id-snippets-snippet-id-params {
id: string,
snippet-id: string,
title: option<string>,
file-name: option<string>,
code: option<string>,
visibility-level: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| snippet-id | string | |
| title | option<string> | |
| file-name | option<string> | |
| code | option<string> | |
| visibility-level | option<s32> |