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 | number | ✅ | 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