> 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-4.md).

# 채용 단계 변경 API

## 채용 단계 변경 API

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

#### Request Body

| Name                                                       | Type      | Description                                                                                                                 |
| ---------------------------------------------------------- | --------- | --------------------------------------------------------------------------------------------------------------------------- |
| id<mark style="color:red;">\*</mark>                       | String    | 채용 공고 아이디                                                                                                                   |
| positionSteps<mark style="color:red;">\*</mark>            | Object\[] | <p>채용 단계 목록</p><p>-시작 채용 단계인 서류 접수 와 최종 채용 단계인 최종합격 과 불합격을 제외한 중간 채용 단계를 전달해주세요.<br>-채용 단계 목록에 최대 13개의 단계를 포함시킬 수 있습니다.</p> |
| positionSteps > name<mark style="color:red;">\*</mark>     | String    | 채용 단계 명                                                                                                                     |
| positionSteps > sequence<mark style="color:red;">\*</mark> | Number    | 채용 단계 순서                                                                                                                    |

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

{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}
