메뉴

최근 글

Comment model structure
The Comment model 댓글 모델의 구성요소와 구조입니다.
스냅포스트 컬러 태깅 엔드포인트
스냅포스트 컬러 태깅 엔드포인트 특정 ImageAttachment 모델에 컬러칩 태깅을 하기위한 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, attachment_id는 ImageAttachment 모델 id(pk)로 치환하시기 바랍니다. [...]
스냅포스트 핀 삭제 엔드포인트
스냅포스트 핀 삭제 엔드포인트 특정 PinTag 모델을 삭제하기위한 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, pin_id는 PinTag 모델 id(pk)로 치환하시기 바랍니다. HTTP response codes 200 성공. 404 [...]
스냅포스트 핀 태깅 엔드포인트
스냅포스트 핀 태깅 (생성) 엔드포인트 특정 ImageAttachment 모델에 핀 태깅을 하기위한 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, attachment_id는 ImageAttachment 모델 id(pk)로 치환하시기 바랍니다. [...]
스냅포스트 메타 데이터 저장 엔드포인트
스냅포스트 메타 데이터 저장 엔드포인트 특정 SnapPost 모델의 메타 데이터를 저장하기 위한 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, post_id는 스냅포스트 모델 id(pk)로 치환하시기 바랍니다. title, subtitle, [...]
스냅포스트 사진 삭제 엔드포인트
스냅포스트 사진 삭제 엔드포인트 특정 ImageAttachment 모델을 삭제하기 위한 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, attachment_id는 ImageAttachment 모델 id(pk)로 치환하시기 바랍니다. HTTP [...]
스냅포스트 삭제 엔드포인트
스냅포스트 삭제 엔드포인트 특정 SnapPost 모델을 삭제하기 위한 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, post_id는 스냅포스트 모델 id(pk)로 치환하시기 바랍니다. HTTP response codes 200 성공. 404 [...]
스냅포스트 사진 업로드 엔드포인트
스냅포스트 사진 업로드 엔드포인트 이미지 파일을 업로드하여 특정 ImageAttachment 모델과 연관시키기 위한 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, attachment_id는 ImageAttachment 모델 id(pk)로 [...]
스냅포스트 사진 모델 생성 엔드포인트
스냅포스트 사진 모델 생성 엔드포인트 사진을 업로드하기 위한 ImageAttachment 모델을 생성하는 엔드포인트입니다. 이 엔드포인트를 통해 생성된 ImageAttachment 모델은 request에 명시된 SnapPost 모델과 morphTo/morphMany 관계로 [...]
스냅포스트 작성 데이터 엔드포인트
스냅포스트 작성 데이터 엔드포인트 스냅포스트를 작성하거나 수정할 때 SnapPost 모델 데이터를 제공하는 엔드포인트입니다. Endpoint api_version은 API 버전 슬러그, post_id는 스냅포스트 모델 id(pk)로 치환하시기 바랍니다. 기존 스냅포스트를 [...]