Skip to content

Document "tags" parameter to entity creation methods#188

Merged
Dorthu merged 1 commit intomasterfrom
doc/document-tags-parameter-to-create-endpoints
Feb 5, 2021
Merged

Document "tags" parameter to entity creation methods#188
Dorthu merged 1 commit intomasterfrom
doc/document-tags-parameter-to-create-endpoints

Conversation

@Dorthu
Copy link
Collaborator

@Dorthu Dorthu commented Jan 12, 2021

Closes #187

For easy compatibility with API additions, all of these endpoints accept
**kwargs, allowing arbitrary key/value pairs to be passed on to the
API and letting any errors come from the API. However, I have been
trying to document all accepted arguments to give anyone looking at this
library's docs the right list of available options. It looks like
"tags" had not been included.

This change documents "tags" for all entity creation endpoints that
accept them.

Closes #187

For easy compatibility with API additions, all of these endpoints accept
`**kwargs`, allowing arbitrary key/value pairs to be passed on to the
API and letting any errors come from the API.  However, I have been
trying to document all accepted arguments to give anyone looking at this
library's docs the right list of available options.  It looks like
"tags" had not been included.

This change documents "tags" for all entity creation endpoints that
accept them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Undocumented valid argument "tag" in client.instance_create() function and undocumented requirements for client.create_tag() function

1 participant