> For the complete documentation index, see [llms.txt](https://inflab-1.gitbook.io/rallit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflab-1.gitbook.io/rallit/to-rallit/position-api/api-2.md).

# 채용 공고 상태 변경 API

## 채용 공고 상태 변경 API

<mark style="color:purple;">`PATCH`</mark> `https://partners-business.rallit.com/api/v1/partner/position/status`

#### Request Body

| Name                                     | Type   | Description                                                                        |
| ---------------------------------------- | ------ | ---------------------------------------------------------------------------------- |
| id<mark style="color:red;">\*</mark>     | String | 채용 공고 아이디                                                                          |
| status<mark style="color:red;">\*</mark> | String | <p>채용 공고 상태값<br></p><p>INACTIVE : 연동안함</p><p>ACTIVE :  개시중</p><p>CLOSE :  모집마감</p> |

{% tabs %}
{% tab title="200: OK 성공" %}

{% endtab %}
{% endtabs %}
