Skip to content

Commit

Permalink
Improve documentation of API token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-schechter committed Dec 27, 2024
1 parent 2abc7a0 commit ecba29c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ defmodule PlatformWeb.ProjectsLive.APITokensComponent do
"read" =>
"Can read incidents and comments, including hidden and restricted incidents",
"comment" => "Can add comments to incidents",
"edit" => "Can edit incidents' attributes and metadata"
"edit" => "Can create incidents and edit incidents' attributes and metadata"
}),
"data-required": Jason.encode!(["read"])
) %>
Expand Down

0 comments on commit ecba29c

Please sign in to comment.