コンテンツにスキップ

Add a star

POST
/stars

Add a star to an issue, comment, wiki page, or pull request.

object
issueId

Issue ID to star.

integer format: int64
commentId

Comment ID to star.

integer format: int64
wikiId

Wiki page ID to star.

integer format: int64
pullRequestId

Pull request ID to star.

integer format: int64
pullRequestCommentId

Pull request comment ID to star.

integer format: int64

There is no content to send for this request, but the headers may be useful.

An unexpected error response.

Error response wrapper returned by all Backlog API error responses.

object
errors
required
Array<object>

Individual error detail returned by the Backlog API.

object
message
required

Error message.

string
code
required

Error code.

  • 1: InternalError
  • 2: LicenceError
  • 3: LicenceExpiredError
  • 4: AccessDeniedError
  • 5: UnauthorizedOperationError
  • 6: NoResourceError
  • 7: InvalidRequestError
  • 8: SpaceOverCapacityError
  • 9: ResourceOverflowError
  • 10: TooLargeFileError
  • 11: AuthenticationError
  • 12: RequiredMFAError
  • 13: TooManyRequestsError
integer format: int32
moreInfo
required

Additional information about the error.

string