Skip to content

Commit

Permalink
Update api.greenhouse.io to boards-api.greenhouse.io
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelleffel committed Jun 25, 2018
1 parent a95f563 commit 4dab9c1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions source/includes/job-board/_applications.md
Expand Up @@ -64,7 +64,7 @@ curl -X POST \
-F "question_12349_url_filename=attachment.pdf" \
-F "question_12350_content=SGVsbG8sIHdvcmxkIQo=" \
-F "question_12350_content_filename=something_else.txt" \
"https://api.greenhouse.io/v1/boards/very_awesome_inc/jobs/127817"
"https://boards-api.greenhouse.io/v1/boards/very_awesome_inc/jobs/127817"
```

> or, you can POST a JSON encoded body (with `Content-Type: application/json`):
Expand Down Expand Up @@ -113,7 +113,7 @@ curl -X POST \
],
"mapped_url_token":"token12345"
}' \
"https://api.greenhouse.io/v1/boards/very_awesome_inc/jobs/127817"
"https://boards-api.greenhouse.io/v1/boards/very_awesome_inc/jobs/127817"
```

Use this endpoint to submit a new application. This endpoint accepts a multipart form POST representing a job application. Application forms are job-specific and will be constructed via the "questions" array available via the [Job method](#retrieve-a-job). Please see the [Job method](#retrieve-a-job) documentation for instructions on submitting location information through the API.
Expand All @@ -130,7 +130,7 @@ Note that when submitting an application through this method, Greenhouse will no

### HTTP Request

`POST https://api.greenhouse.io/v1/boards/{board_token}/jobs/{id}`
`POST https://boards-api.greenhouse.io/v1/boards/{board_token}/jobs/{id}`

Parameter | Description
--------- | -----------
Expand Down
2 changes: 1 addition & 1 deletion source/includes/job-board/_boards.md
Expand Up @@ -13,7 +13,7 @@ Returns your organization's name and job board content.

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}`

### URL Parameters

Expand Down
4 changes: 2 additions & 2 deletions source/includes/job-board/_departments.md
Expand Up @@ -113,7 +113,7 @@ Returns a list of your organization's departments and jobs.

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/departments`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/departments`

### URL Parameters

Expand Down Expand Up @@ -212,7 +212,7 @@ Returns a list of jobs for a given `department_id`.

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/departments/{department_id}`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/departments/{department_id}`

### URL Parameters

Expand Down
6 changes: 3 additions & 3 deletions source/includes/job-board/_educations.md
Expand Up @@ -58,7 +58,7 @@ Returns a list of all of your organization's degrees.

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/education/degrees`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/education/degrees`

### URL Parameters

Expand Down Expand Up @@ -129,7 +129,7 @@ Returns a list of all of your organization's disciplines.

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/education/disciplines`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/education/disciplines`

### URL Parameters

Expand Down Expand Up @@ -203,7 +203,7 @@ Returns a list of all of your organization's schools.

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/education/schools`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/education/schools`

### URL Parameters

Expand Down
4 changes: 2 additions & 2 deletions source/includes/job-board/_jobs.md
Expand Up @@ -78,7 +78,7 @@ When submitting a job application, you will use the <code>id</code> field to spe

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/jobs`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/jobs`

### URL Parameters

Expand Down Expand Up @@ -205,7 +205,7 @@ Any job custom fields you have selected to be exposed in the job board API will

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/jobs/{job_id}`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/jobs/{job_id}`

### URL Parameters

Expand Down
4 changes: 2 additions & 2 deletions source/includes/job-board/_offices.md
Expand Up @@ -129,7 +129,7 @@ Returns a list of all of your organization's departments and jobs, grouped by of

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/offices`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/offices`

### URL Parameters

Expand Down Expand Up @@ -241,7 +241,7 @@ Returns a list of your organization's departments and jobs for the given `office

### HTTP Request

`GET https://api.greenhouse.io/v1/boards/{board_token}/offices/{office_id}`
`GET https://boards-api.greenhouse.io/v1/boards/{board_token}/offices/{office_id}`

### URL Parameters

Expand Down

0 comments on commit 4dab9c1

Please sign in to comment.