Skip to content

Commit afb7042

Browse files
committed
restlet2repo: saving modified files
1 parent ae7b7f3 commit afb7042

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

spec/paths/end_user_authentications@sub_accounts@accept_invitation.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
get:
2-
description: Get sub account users
2+
description: Accept sub-account invitation
33
parameters: []
44
responses:
5-
'200':
6-
description: Sub account users
5+
'201':
6+
description: successful operation
77
schema:
8-
$ref: '#/definitions/sub_account_response'
8+
properties:
9+
message:
10+
description: Sub-account invitation accepted successfully.
11+
type: string
12+
type: object
913
tags:
1014
- end_user_authentications
1115
x-restlet:

spec/paths/postings@{posting_type}.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,18 @@ get:
100100
type: array
101101
x-example: '?custom_id=cats&custom_id=dogs&custom_id=parrots'
102102
- collectionFormat: multi
103-
description: Only get loads from these department IDs.
103+
description: >-
104+
Only get loads from these department IDs. department_id can also be
105+
"all", to get loads of all departments under your main account. If no
106+
deparment_id is specified, the default is to return just the logged in
107+
users' postings.
104108
in: query
105109
items:
106110
type: integer
107111
name: department_id
108112
required: false
109113
type: array
110-
x-example: '?department_id=22&department_id=23&department_id=24'
114+
x-example: '?department_id=22&department_id=23&department_id=24 or department_id=all'
111115
- description: >-
112116
STAGE=PRIVATE Internal use only. Retrieves all postings that match the
113117
specified whoentered.

0 commit comments

Comments
 (0)