-
Methods in io.gitea.api with parameters of type EditAttachmentOptions
| Modifier and Type |
Method |
Description |
Attachment |
RepositoryApi.repoEditReleaseAttachment(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
java.lang.Long attachmentId,
EditAttachmentOptions body) |
Edit a release attachment
|
com.squareup.okhttp.Call |
RepositoryApi.repoEditReleaseAttachmentAsync(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
java.lang.Long attachmentId,
EditAttachmentOptions body,
ApiCallback<Attachment> callback) |
Edit a release attachment (asynchronously)
|
com.squareup.okhttp.Call |
RepositoryApi.repoEditReleaseAttachmentCall(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
java.lang.Long attachmentId,
EditAttachmentOptions body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for repoEditReleaseAttachment
|
ApiResponse<Attachment> |
RepositoryApi.repoEditReleaseAttachmentWithHttpInfo(java.lang.String owner,
java.lang.String repo,
java.lang.Long id,
java.lang.Long attachmentId,
EditAttachmentOptions body) |
Edit a release attachment
|
-