[PR #9] [MERGED] add IPAM API CRUD page #14

Closed
opened 2026-02-26 17:30:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ConvoyPanel/documentation/pull/9
Author: @Adekabang
Created: 12/18/2023
Status: Merged
Merged: 12/22/2023
Merged by: @ericwang401

Base: masterHead: master


📝 Commits (2)

📊 Changes

5 files changed (+433 additions, -207 deletions)

View changed files

📝 .vitepress/config.mts (+3 -0)
src/docs/panel/v4/api/addresses.md (+0 -205)
src/docs/panel/v4/api/ipam.md (+316 -0)
src/docs/panel/v4/api/node-addresses.md (+112 -0)
📝 src/docs/panel/v4/updating-the-panel.md (+2 -2)

📄 Description

Table of Contents for IPAM API

  • Fetching pools
  • Fetching a pool
  • Fetching a pool addresess
  • Creating a pool
  • Creating single or multiple address
  • Updating a pool
  • Updating an address
  • Deleting a pool
  • Deleting an address

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ConvoyPanel/documentation/pull/9 **Author:** [@Adekabang](https://github.com/Adekabang) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/22/2023 **Merged by:** [@ericwang401](https://github.com/ericwang401) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`00da488`](https://github.com/ConvoyPanel/documentation/commit/00da48806089048b0c959272e79c39fa44257c71) add IPAM API CRUD page - [`8911491`](https://github.com/ConvoyPanel/documentation/commit/89114918033196b374d62f1aa2bab2f7a0a32f7c) Sync ### 📊 Changes **5 files changed** (+433 additions, -207 deletions) <details> <summary>View changed files</summary> 📝 `.vitepress/config.mts` (+3 -0) ➖ `src/docs/panel/v4/api/addresses.md` (+0 -205) ➕ `src/docs/panel/v4/api/ipam.md` (+316 -0) ➕ `src/docs/panel/v4/api/node-addresses.md` (+112 -0) 📝 `src/docs/panel/v4/updating-the-panel.md` (+2 -2) </details> ### 📄 Description Table of Contents for IPAM API - Fetching pools - Fetching a pool - Fetching a pool addresess - Creating a pool - Creating single or multiple address - Updating a pool - Updating an address - Deleting a pool - Deleting an address --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:30:38 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documentation#14
No description provided.