Skip to content

Commit a004e25

Browse files
committed
Add project_id to subscriptions
1 parent e6f1124 commit a004e25

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

specification/resources/subscriptions/models/subscription.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ properties:
99
A unique identifier for each subscription.
1010
This is automatically generated upon subscription creation.
1111
12+
project_id:
13+
type: integer
14+
readOnly: true
15+
example: 123
16+
description: |
17+
The ID of the project the subscription belongs to.
18+
1219
endpoint:
1320
type: string
1421
format: uri

0 commit comments

Comments
 (0)