Skip to content

Commit

Permalink
✏️ More docs around release names
Browse files Browse the repository at this point in the history
  • Loading branch information
leeandher committed Dec 11, 2024
1 parent 6ddb0a6 commit a77250e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/sentry/api/endpoints/organization_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,11 @@ def post(self, request: Request, organization) -> Response:
:pparam string organization_id_or_slug: the id or slug of the organization the
release belongs to.
:param string version: a version identifier for this release. Can
be a version number, a commit hash etc.
:param string version: a version identifier for this release. Can
be a version number, a commit hash etc. It cannot contain certain
whitespace characters (`\\r`, `\\n`, `\\f`, `\\x0c`, `\\t`) or any
slashes (`\\`, `/`). The version names `.`, `..` and `latest` are also
reserved, and cannot be used.
:param string ref: an optional commit reference. This is useful if
a tagged version has been provided.
:param url url: a URL that points to the release. This can be the
Expand Down

0 comments on commit a77250e

Please sign in to comment.