Skip to content

Commit

Permalink
Fix plurals
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-schechter committed Sep 2, 2024
1 parent 249ade3 commit ba8f9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/docs/Technical/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ requests.post(
- `value`, the new value of the attribute (required). For text or single-select attributes, `value` should be a string. For multi-select attributes, `value` should be a list of strings.
- `message`, a string to be displayed as an explanation for the update (optional). If `message` is provided, it will be added as a comment to the incident (as part of the tracked change).

You can find the `:attribute_identifier` in the **Access** pane of your project. Attribute's names in the Atlos interface are different from their API identifiers:
You can find the `:attribute_identifier` in the **Access** pane of your project. Attributes' names in the Atlos interface are different from their API identifiers:
- Core attributes have string names (such as `description` and `status`).
- Custom attributes are identified by a long ID.

Expand Down

0 comments on commit ba8f9e7

Please sign in to comment.