API Documentation and guides for the developers.
  • Reference
  • Guides
  1. 42 Api 2.0
  2. Closes

Closes
The closing of a 42 account

vpn_key

GET /v2/closes
Return all the closes

GET /v2/users/:user_id/closes
Return all the closes of the given User

See more

vpn_key

GET /v2/closes/:id
Get a close

See more

vpn_key

POST /v2/closes
Create a close

POST /v2/users/:user_id/closes
Create a close for the given User

See more

vpn_key

PATCH /v2/closes/:id
Update a close

PUT /v2/closes/:id
Update a close

See more

vpn_key

DELETE /v2/closes/:id
Destroy a close

See more

vpn_key

PATCH /v2/closes/:id/unclose

PUT /v2/closes/:id/unclose

See more

vpn_key

PATCH /v2/closes/:id/close

PUT /v2/closes/:id/close

See more

  • ↑ Scroll to top

  • #index
  • #show
  • #create
  • #update
  • #destroy
  • #unclose
  • #close
  • Feedback