Skip to content
Open

Test #78

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion personio-recruiting-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ components:
type: string
description: First name(s) of the applicant. Must not be empty or only whitespaces
minLength: 1
example: John
last_name:
type: string
description: Last name(s) of the applicant. Must not be empty or only whitespaces.
Expand All @@ -326,14 +327,16 @@ components:
message:
type: string
description: The applicant supplied free-text message.
tags:
tags1:
type: array
description: |-
Tags to be associated with this application. Non-existing tags will be created.

See https://mycompany.personio.de/configuration/recruiting/tags
items:
type: string
example:
- test
files:
description: |-
References to previously uploaded files. These will be attached to the new application.
Expand Down