diff --git a/CHANGELOG b/CHANGELOG index 0224a0ed7..55af65d47 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -22,8 +22,8 @@ - [report type]: - [future tense verb] [reporting enhancement] - REST/JSON API enhancements: - - [API entity]: - - [future tense verb] [API enhancement] + - Nodes endpoint: + - include Node Properties in Node API requests - Security Fixes: - High: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description] - Medium: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description] diff --git a/engines/dradis-api/app/views/dradis/ce/api/v3/nodes/_node.json.jbuilder b/engines/dradis-api/app/views/dradis/ce/api/v3/nodes/_node.json.jbuilder index dbd11c0b2..94b93e414 100644 --- a/engines/dradis-api/app/views/dradis/ce/api/v3/nodes/_node.json.jbuilder +++ b/engines/dradis-api/app/views/dradis/ce/api/v3/nodes/_node.json.jbuilder @@ -1,4 +1,4 @@ -json.(node, :id, :label, :type_id, :parent_id, :position, :created_at, :updated_at) +json.(node, :id, :label, :properties, :type_id, :parent_id, :position, :created_at, :updated_at) json.evidence node.evidence do |evidence| json.partial! evidence