cisco-en-programmability / dnacentersdk

Cisco DNA Center Python SDK
https://dnacentersdk.readthedocs.io/en/latest/
MIT License
70 stars 33 forks source link

added langauge param to create_template and update_template #21

Closed oboehmer closed 2 years ago

oboehmer commented 3 years ago

I noticed that the language parameter for config templates is not exposed in the SDK, and as I needed it for a CiscoLive demo I added it quickly.. I wonder why you don’t add **request_parameters to the payload? Isn’t this what this was intended for?

Thanks!

zapodeanu commented 3 years ago

The "language" parameter is currently not in the API documentation for version 2.1.2.3. The SDK was developed using the Cisco DNA Center API docs for this version.

We will add it to the SDK when supported and included in the Cisco DNA Center API docs.

wastorga commented 2 years ago

I am closing this pull request since the updated SDK now supports v2.2.2.3 of DNA Center, and that has the language payload field.