pub async fn issues_slash_lock(
configuration: &Configuration,
owner: &str,
repo: &str,
issue_number: i32,
issues_lock_request: Option<IssuesLockRequest>,
) -> Result<(), Error<IssuesSlashLockError>>
Expand description
Users with push access can lock an issue or pull request’s conversation. Note that, if you choose not to pass any parameters, you’ll need to set Content-Length
to zero when calling out to this endpoint. For more information, see "HTTP method."