Optionalconfiguration: ConfigurationOptionalxOrganization: stringOrganization unique slug
Optionalorg: stringOrganization unique slug
OptionalorgId: numberOrganization identifier
Optionaloptions: RawAxiosRequestConfigOverride http request option.
OptionalxOrganization: stringOrganization unique slug
Optionalfilter: stringJSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['owner', 'id', 'issue_id', 'frame_id', 'job_id'].
OptionalframeId: numberA simple equality filter for the frame_id field
OptionalissueId: numberA simple equality filter for the issue_id field
OptionaljobId: numberA simple equality filter for the job_id field
Optionalorg: stringOrganization unique slug
OptionalorgId: numberOrganization identifier
Optionalowner: stringA simple equality filter for the owner field
Optionalpage: numberA page number within the paginated result set.
OptionalpageSize: numberNumber of results to return per page.
Optionalsearch: stringA search term. Available search_fields: ('owner',)
Optionalsort: stringWhich field to use when ordering the results. Available ordering_fields: ['owner', 'id', 'issue_id', 'frame_id', 'job_id']
Optionaloptions: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this comment.
OptionalpatchedCommentWriteRequest: PatchedCommentWriteRequestOptionaloptions: RawAxiosRequestConfigOverride http request option.
A unique integer value identifying this comment.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
CommentsApi - functional programming interface
Export