Skip to content
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

Append_url parameter in ack messages #2257

Merged
merged 1 commit into from
Dec 1, 2015
Merged

Append_url parameter in ack messages #2257

merged 1 commit into from
Dec 1, 2015

Conversation

emedvedev
Copy link
Contributor

Discussed this with @jfryman yesterday: StackStorm execution details URL will be appended to the end of the ack message by default unless specifically disabled with append_url: false.

emedvedev added a commit that referenced this pull request Dec 1, 2015
Append_url parameter in ack messages
@emedvedev emedvedev merged commit 7b11b3d into master Dec 1, 2015
@emedvedev emedvedev deleted the chatops/url branch December 1, 2015 17:04
@@ -516,7 +516,8 @@ class ActionAliasAPI(BaseAPI, APIUIDMixin):
"type": "object",
"properties": {
"enabled": {"type": "boolean"},
"format": {"type": "string"}
"format": {"type": "string"},
"append_url": {"type": "boolean"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default value is true?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, same as enabled. We discussed it with @jfryman: URL is appended by default to everything (even a custom format string) unless explicitly set to "false".

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

K. Then call out default value in the schema

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.

None yet

2 participants