-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
427d5b0
commit c59d93c
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ | |
This ensures that only approved clients can create, update, or remove job listings. | ||
If you ever need a new or replacement key, let us know, and we’ll assist you with the process. | ||
You can reach us at [[email protected]](mailto:[email protected]). | ||
**Base URL**: `/ats-api/v1` | ||
|
@@ -100,9 +101,9 @@ | |
}, | ||
expires_at: { | ||
type: :string, | ||
format: :date, | ||
example: "2025-03-13", | ||
description: "The end date of the vacancy. Must be after the start date.", | ||
format: :datetime, | ||
example: "2025-03-13T15:30:00Z", | ||
description: "The end datetime of the vacancy. Must be after the start date.", | ||
}, | ||
job_title: { | ||
type: :string, | ||
|