slackapi / slack-api-specs

Open API specifications for platform products by Slack
MIT License
222 stars 64 forks source link

A couple typos in error enums #34

Open jmanian opened 4 years ago

jmanian commented 4 years ago

Description

There are two errors in the spec that look like typos:

  1. Within team.info it lists token_revokedno_permission as an error, which looks like two adjacent errors jammed together.
  2. Within reactions.list it has account_inactiv instead of account_inactive.

I can submit a PR if you'd like.

What type of issue is this? (place an x in one of the [ ])

Requirements (place an x in each of the [ ])


Bug Report

See description above.

jmanian commented 4 years ago

Add these to the list of apparent typos:

  1. invalid_post_typ
  2. missing_post_typ
  3. request_timeou
  4. Maybe upgrade_require? (vs. upgrade_required)