Added version_added in Documentation output. Fixed shebang to be /usr/bin/python.

pull/18777/head
Nick Harring 10 years ago committed by Matt Clay
parent bb817b26c6
commit 385f319b46

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# (c) 2014-2015, Epic Games, Inc.
@ -13,6 +13,7 @@ short_description: create an annotation in circonus
description:
- Create an annotation event with a given category, title and description. Optionally start, end or durations can be provided
author: Nick Harring
version_added: 2.0
requirements:
- urllib3
- requests

Loading…
Cancel
Save