Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2024-06-18 00:05:40 +00:00
parent f950e94f46
commit 3d3f4c2e77
4 changed files with 16 additions and 6 deletions
@@ -40,11 +40,16 @@ public class MarkdownOption implements Serializable {
}
/**
* Context to render in: body
* URL path for rendering issue, media and file links Expected format:
* /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body
*
* @return context
*/
@Schema(description = "Context to render in: body")
@Schema(
description =
"URL path for rendering issue, media and file links Expected format:"
+ " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} "
+ " in: body")
public String getContext() {
return context;
}
@@ -43,11 +43,16 @@ public class MarkupOption implements Serializable {
}
/**
* Context to render in: body
* URL path for rendering issue, media and file links Expected format:
* /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body
*
* @return context
*/
@Schema(description = "Context to render in: body")
@Schema(
description =
"URL path for rendering issue, media and file links Expected format:"
+ " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} "
+ " in: body")
public String getContext() {
return context;
}