CommentCreateUpdate
Information about the comment.
Properties
Name | Type | Required | Description |
---|---|---|---|
Body | string | ✅ | The contents of the comment. |
Tags | CommentCreateUpdateTags | ❌ | Information about users tagged in the body comment. |
CommentCreateUpdateTags
Information about users tagged in the body
comment.
Properties
Name | Type | Required | Description |
---|---|---|---|
UserName_ | UserName | ❌ | An object that contains information about the tagged user. The object's name is the user's Postman username. For example, @user-postman . |
UserName
An object that contains information about the tagged user. The object's name is the user's Postman username. For example, @user-postman
.
Properties
Name | Type | Required | Description |
---|---|---|---|
Type_ | UserNameType | ✅ | The user value. |
Id | long | ✅ | The user's ID. |
UserNameType
The user
value.
Properties
Name | Type | Required | Description |
---|---|---|---|
User | string | ✅ | "user" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs