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

Add professional_associations to ActorProfile#show #71

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ expected_signature == signature["v1"]


# Changelog
- (2023-10-01) **ActorProfile#show**: Add `professional_associations` (formerly `unions`)
- (2023-08-17) **ActorProfile#index**: Added possibility to filter by `updated_at`
- (2023-05-31) **ActorProfile#index**:
- Also emit `picture_copyright` if `include_picture` is specified
Expand Down Expand Up @@ -304,6 +305,9 @@ curl "https://www.filmmakers.eu/api/v1/actor_profiles/123" \
"unions": [
"bffs"
],
"professional_associations": [
"bffs"
],
"pictures": [
{
"id": 140,
Expand Down Expand Up @@ -475,6 +479,7 @@ See example response to the right for an overview of included fields. Please not
- **Deprecation**: `native_dialect` is deprecated. Use `native_dialects` instead.
- **Deprecation**: `castupload_url` is deprecated. Use `filmmakers_url` instead.
- **Deprecation**: `castupload_professional_url` is deprecated. Use `filmmakers_cd_url` instead.
- **Deprecation**: `unions` is deprecated. Use `professional_associations` instead.

# Talent agencies

Expand Down
Loading