Skip to content

Commit 604d6b3

Browse files
committed
Bumping version and update spec description with support for query parameters
1 parent 9937e86 commit 604d6b3

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.5
1+
1.9.6

entity-api-spec.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
description: 'The SenNet Entity API is a standard RESTful web service with create, update and read operations for the standard SenNet provenance graph entities.'
4-
version: 1.9.5
4+
version: 1.9.6
55
title: SenNet Entity API
66
contact:
77
name: SenNet Help Desk
@@ -792,6 +792,21 @@ paths:
792792
required: true
793793
schema:
794794
type: string
795+
- name: exclude
796+
in: query
797+
description: The properties to not be included in the JSON response of the entity.
798+
required: false
799+
schema:
800+
type: string
801+
- name: property
802+
in: query
803+
description: Specifies a single property to be returned from the entity JSON.
804+
required: false
805+
schema:
806+
type: string
807+
enum:
808+
- 'data_access_level'
809+
- 'status'
795810
responses:
796811
'200':
797812
description: The json of the **[Source](http://somewhere.org)**, **[Sample](http://somewhere.org)**, **[Dataset](http://somewhere.org)**, or **[Upload](http://somewhere.org)**

0 commit comments

Comments
 (0)