-
Notifications
You must be signed in to change notification settings - Fork 343
Editorial updates to the API #1560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
:::tip NOTE | ||
If `ConflictType` is not set, it defaults to `Error`. | ||
::: | ||
|
||
### Returns | ||
|
||
- Success: `True` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return value
|
||
:::tip NOTE | ||
If `ConflictType` is not set, it defaults to `Error`. | ||
::: | ||
|
||
### Returns | ||
|
||
- Success: `True` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return value
@@ -395,6 +476,12 @@ If `ConflictType` is not set, it defaults to `Error`. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Return value.
|
||
### Returns | ||
|
||
- Success: `db_names` `list[str]` | ||
- Failure: `Exception` | ||
This method returns a struct containing the following attributes: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
structure
What problem does this PR solve?
Issue link:#1490
Type of change