Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST to create or update a label does not return all labels for the selection label mappings mentioned #5357

Open
mP1 opened this issue Oct 26, 2024 · 1 comment

Comments

@mP1
Copy link
Owner

mP1 commented Oct 26, 2024

http://localhost:12345/api/spreadsheet/6/label/Third
Request Method:
POST

{
  "labels": [
    {
      "label": "Third",
      "target": "A1"
    }
  ],
  "columnCount": 0,
  "rowCount": 0
}
@mP1
Copy link
Owner Author

mP1 commented Oct 26, 2024

saving labels also does not load referenced cells

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant