Hi everyone,
I'm trying to update/insert an element into a confluence database element through the API V2, and it looks like this is not possible. Is it?
Available databases API V2 Endpoints
My databases example
JSON answer from API (GET /databases/{id})
{
"id": "4667441154",
"type": "database",
"parentId": "< the parent id here, omited>",
"title": "Environments",
"parentType": "page",
"position": 284155497,
"authorId": "<an id here, omited>",
"ownerId": "<an id here, omited>",
"createdAt": 1731482330015,
"version": {
"number": 1,
"message": "",
"minorEdit": false,
"authorId": "<and id here , omited>",
"createdAt": "2024-11-13T07:19:01.780Z"
},
"status": "current",
"spaceId": "<an id here, omited>",
"_links": {
"editui": "/spaces/~<an id here, omited>/database/4667441154",
"webui": "/spaces/~<an id here, omited>/database/4667441154",
"edituiv2": "/spaces/~<an id here, omited>/database/4667441154",
"tinyui": "/x/<and id here, omited>",
"base": "https://bigfinite.atlassian.net/wiki"
}
}
Welcome to the community.
Looking at the API doc's there are no options to amend an existing DB.
Also the Cloud Roadmap shows no new functionality coming, related to API.
I haven't found anything on adding or managing database entries via API or even automation either. Also found no announcement or planned future releases / improvements to the API.
Actually, this prevents us from using databases for some very interesting use cases at the moment. For us it means we use alternatives i.e. SharePoint lists, which don't integrate as nice in atlassian products but have lots of possibilities to integrate into automated processes.
Would be great to know if anything is planned for databases via additional API endpoints, and when, for planning.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.