1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

new api docs (#626)

This commit is contained in:
Stefan Pratter
2020-03-06 16:26:37 +00:00
parent 730ee77f9e
commit fc6b45c82c
32 changed files with 32876 additions and 228 deletions

23
docs/api/op_create.md Normal file
View File

@@ -0,0 +1,23 @@
## Creating objects
### Status `pending`
Some object types will be flagged as `pending` until they have been reviewed and approved by peeringdb staff.
Currently this is the case for:
- `org` organizations (only administrative staff users are currently allowed to create organizations)
- `fac` facilities
- `net` networks
- `ix` exchanges
- `ixpfx` prefixes (if part of a new exchange)
- `ixlan` exchange networks (if part of a new exchange)
### Permissions
To be able to create an object, the requesting user requires `create` permissions to one of the
object's parents in the relationship hierarchy.
For example to create a `net` type object, the user needs to be permissioned to create in the organzation
that is to be the network's holder entity.