Retrieve a custom attribute for a project
GET
/api/v4/projects/{id}/custom_attributes/{key}
Retrieves a specified custom attribute for a project.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Responses
Section titled “ Responses ”OK
Media type application/json
object
key
string
value
string
Example
{ "key": "foo", "value": "bar"}Bad Request
Not Found