feat: add rustls
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**context** | Option<**String**> | URL path for rendering issue, media and file links Expected format: /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body | [optional]
|
||||
**mode** | Option<**String**> | Mode to render (comment, gfm, markdown) in: body | [optional]
|
||||
**mode** | Option<**String**> | Mode to render (markdown, comment, wiki, file) in: body | [optional]
|
||||
**text** | Option<**String**> | Text markdown to render in: body | [optional]
|
||||
**wiki** | Option<**bool**> | Is it a wiki page ? in: body | [optional]
|
||||
**wiki** | Option<**bool**> | Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user